tagged [datepicker]
jQuery UI: Datepicker set year range dropdown to 100 years
jQuery UI: Datepicker set year range dropdown to 100 years Using the Datepicker the year drop down by default shows only 10 years. The user has to click the last year in order to get more years added....
- Modified
- 13 Dec at 17:28
How do I localize the jQuery UI Datepicker?
How do I localize the jQuery UI Datepicker? I really need a localized dropdown calendar. An English calendar doesn't exactly communicate excellence on a Norwegian website ;-) I have experimented with ...
- Modified
- 19 Jun at 08:50
jQuery Datepicker with text input that doesn't allow user input
jQuery Datepicker with text input that doesn't allow user input How do I use the jQuery Datepicker with a textbox input: that doesn't allow the user to input random text in the textbox. I want the Dat...
- Modified
- 4 Dec at 18:38
How do I pre-populate a jQuery Datepicker textbox with today's date?
How do I pre-populate a jQuery Datepicker textbox with today's date? I have a very simple jQuery Datepicker calendar: and of course in the HTML... Today's date is nicely highlighted for the user when ...
- Modified
- 13 Dec at 17:23
how to change timespan variable to a integer type?
how to change timespan variable to a integer type? I'm trying to convert timespan variable into an integer variable using 'parse'. I get an error that says: > Format exception was unhandled: Input str...
- Modified
- 17 May at 11:43
JQuery Datepicker OnSelect and TextChanged problem
JQuery Datepicker OnSelect and TextChanged problem Since adding an OnSelect to my Datepicker, the TextChanged event no longer fires for this control. My code is as follows: ``` $(function() { $("#")...
- Modified
- 11 Dec at 09:12
bootstrap datepicker today as default
bootstrap datepicker today as default I am using this [bootstrap-datepicker](http://www.eyecon.ro/bootstrap-datepicker/) for my datepicker. I'd like the datepicker to choose "today" for start day or d...
- Modified
- 24 Feb at 09:14
jQuery UI " $("#datepicker").datepicker is not a function"
jQuery UI " $("#datepicker").datepicker is not a function" When i use DatePicker, jQuery's UI plugin, in an existing .aspx page I get errors that: However, when I copy and paste the same code that cre...
- Modified
- 3 Oct at 08:38
.datepicker('setdate') issues, in jQuery
.datepicker('setdate') issues, in jQuery I have a function that executes a query to get some data based on a certain date range which is selected using .datepicker(). I am trying to set the datepicker...
- Modified
- 14 Dec at 12:36
Android: why setVisibility(View.GONE); or setVisibility(View.INVISIBLE); do not work
Android: why setVisibility(View.GONE); or setVisibility(View.INVISIBLE); do not work I want my `DatePicker` and the button to be invisible in the begining. And when I press my magic button I want to s...
- Modified
- 20 Oct at 06:24
DatePicker throws exception on changing Month
DatePicker throws exception on changing Month Changing the month of a DatePicker throws this exception: > System.Windows.Automation.ElementNotAvailableException: 'Element does not exist or it is virt...
- Modified
- 19 Dec at 10:11
jQuery datepicker to prevent past date
jQuery datepicker to prevent past date How do I disable past dates on jQuery datepicker? I looked for options but don't seem to find anything that indicates the ability to disable past dates. UPDATE: ...
- Modified
- 10 Aug at 03:48
JQuery datepicker not working
JQuery datepicker not working Good day! I am trying to use jquery for the first time. And i cannot make it work. My code is as follows: ```
- Modified
- 16 Apr at 16:43
How to change the pop-up position of the jQuery DatePicker control
How to change the pop-up position of the jQuery DatePicker control Any idea how to get the DatePicker to appear at the end of the associated text box instead of directly below it? What tends to happen...
- Modified
- 15 Jul at 12:32
Setting DatePicker Value
Setting DatePicker Value I currently have a program that takes the value from a datePicker and have the date saved as a string. I only needed the date not the time so i used the following code to save...
- Modified
- 20 Jun at 17:0
How set maximum date in datepicker dialog in android?
How set maximum date in datepicker dialog in android? In my application am using date picker to set date.i want to set date picker maximum date is as today date according to system date.i don't know h...
- Modified
- 25 May at 12:3
Displaying DateTime picker instead of Date picker in ASP .NET MVC 5.1/HTML 5 specific
Displaying DateTime picker instead of Date picker in ASP .NET MVC 5.1/HTML 5 specific I write application in ASP .NET MVC 5.1 I have a field: and then in View ``` @Html.LabelFor(model => model.B...
- Modified
- 10 Sep at 12:49
Bootstrap 3 Datepicker and DateTime validation error
Bootstrap 3 Datepicker and DateTime validation error I'm using Bootstrap 3 Datepicker ([http://eonasdan.github.io/bootstrap-datetimepicker/](http://eonasdan.github.io/bootstrap-datetimepicker/)) to pr...
- Modified
- 8 Dec at 02:28
Kendo UI datepicker incompatible with Chrome 56
Kendo UI datepicker incompatible with Chrome 56 After updating Chrome to version 56.0.2924.76 (64-bit), our Kendo datepickers stopped working. All datepickers were bound using ViewModels, and now they...
- Modified
- 18 Apr at 15:44
How to disable manual input for JQuery UI Datepicker field?
How to disable manual input for JQuery UI Datepicker field? I decided to use the JQuery UI Datepicker script for picking dates. Below is part of my code, and the way I integrated it into my PHP page: ...
- Modified
- 18 Jul at 16:49
How to get the selected date value while using Bootstrap Datepicker?
How to get the selected date value while using Bootstrap Datepicker? Using jquery and the Bootstrap Datepicker, how do I get the new date value I selected using the Bootstrap Datepicker? FYI, I'm usin...
- Modified
- 11 Nov at 23:43
WPF DatePicker, display todays date with binding to property
WPF DatePicker, display todays date with binding to property [Set the Default Date of WPF Date Picker to Current Date](https://stackoverflow.com/questions/3662506/set-the-default-date-of-wpf-date-pick...
- Modified
- 23 May at 10:31
The field must be a date - DatePicker validation fails in Chrome - mvc
The field must be a date - DatePicker validation fails in Chrome - mvc I have strange problem. My date validation doesn't work in Chrome. I've tried [this](https://stackoverflow.com/questions/15706455...
- Modified
- 23 May at 11:55
Is there a TimePicker control in WPF (.NET 4)?
Is there a TimePicker control in WPF (.NET 4)? Is there a TimePicker control in WPF (.NET 4)? I was hoping the DatePicker control had the ability to show either a data or a time or both, but it doesn'...
- Modified
- 9 Feb at 22:40
Angular bootstrap datepicker date format does not format ng-model value
Angular bootstrap datepicker date format does not format ng-model value I am using bootstrap date-picker in my angular application. However when I select a date from that date-picker underlying ng-mod...
- Modified
- 21 Dec at 23:12