Questions tagged as 'datepicker'

1
answer

ngx-bootstrap + angular 6 + datepicker

Hello, I'm using ngx-bootstrap's datepicker for the first time and I'm encountering some difficulties. One of them is that by selecting the desired date, my input is in the exact format I need, as follows: '20 / 12/2018 ', however when I p...
asked by 21.12.2018 / 02:30
1
answer

My datepicker should work only on icon

I have the following code: $(".datePicker").datepick(); $("#IconDate").on("click", function () { $("#Date").focus(); }) My Html: <div class="float-left gutter-right field-wrap"> <label for="admissionEndDate">Data Admis...
asked by 26.09.2017 / 14:52
1
answer

Use DatePicker in an Activity [closed]

Hello, I'm trying to make a datepicker part of the activity layout as shown below: I've been looking for the internet, but all the examples I'm talking about datePickerDialog, and that's not what I wanted. Any solution? Thanks!     
asked by 25.10.2016 / 22:27
3
answers

Do not parse the bootstrap datepicker for dd / mm / yyyy - 400 Bad Request (POST)

I have a web application, basically pure wheel with JSP + AngularJS. The template I use from the bootstrap, did not have datepicker with AngularJS, so I'm using it with jQuery. I have on my screen, a modal with several fields, I could al...
asked by 07.01.2016 / 17:49
2
answers

DateTimePicker, get first and last day of the month [closed]

How do I get the first and last day of the previous month, to fill a% on screen with%? Ex: Data Inicial 01/07/2015 Data Final 31/07/2015     
asked by 12.08.2015 / 15:12
1
answer

Using the value of a datapicker in another

I'm trying to use this DataPicker to pick the day he selects, add another 7 days and from these days, return only on Saturdays. Follow the code.     Updated code, now it only needs to add up to 7 days. $("#data-inicio").datepicker({...
asked by 28.04.2015 / 04:04
3
answers

How to display "from" within DateTimePicker

No DateTimePicker I can display anything using d for day, MM or MMMM for month and yy or yyyy for year. However, I would like to simply display in the customformat property: April 15th. Howe...
asked by 15.04.2014 / 21:36
1
answer

How to do date search through dateTimePicker?

How do I search through a dateTimePicker (with ValueChanged event) dates entered in a Data Grid View? When you load the year you want all the records for that year to appear, then load the month and show all records for that year in th...
asked by 04.09.2016 / 14:26
2
answers

Pickadate Angular - Translation

I'm using the Angled pickadate only that it is in English, I need to leave it in Portuguese, could anyone help? Here is the code: $('.datepicker').pickadate({ selectMonths: true, selectYears: 15, language: 'pt-br' }); I p...
asked by 15.04.2016 / 19:44
1
answer

Disable date in Datepicker from SQL Server table

I have a system in Classic ASP, where I have a scheduling schedule. I need to disable the dates included in the holidays and compensations table (meeting_id and date). I do not know how to do this select to populate an array of unavailable dates...
asked by 06.08.2015 / 16:28