Tagged Questions
A datepicker is a user interface element in many frameworks that allows a user to choose a date, often through a visual calendar.
142
votes
16answers
114k views
jQuery date/time picker
I've been looking around for a decent jQuery plugin that can handle both dates and times. The core UI DatePicker is great, but unfortunately I need to be able to take time in as well.
I've found a ...
25
votes
9answers
43k views
JQuery datepicker- 2 inputs/textboxes and restricting range
I am using the Jquery datepicker plugin with two input boxes, one for the "From" date and the second with the "To" date. I am using the JQuery datepicker functional demo as a basis for getting the two ...
22
votes
9answers
30k views
jQuery UI DatePicker - Change Date Format
I am using the UI DatePicker from jQuery UI as the stand alone picker.. i have this code
<div id="datepicker"></div>
And the follow JS
$('#datepicker').datepicker();
When i try to ...
19
votes
5answers
26k views
Date Picker for iPhone Web Application
What is best way to show Date Picker for iPhone based Web Application. Can we show something like iPhone native date picker like shown below in web application:
18
votes
7answers
9k views
Is there any good and free Date AND Time Picker available for Java Swing?
Is there any good and free Date AND Time Picker available for Java Swing?
There are a lot date pickers available but no date AND time picker. This is the closest I came across so far: Looking for a ...
17
votes
3answers
9k views
Rails date/time picker (hopefully jquery)
Looking for a date and datetime picker that will integrate fairly seamlessly with Rails. I'm sure some people must be using something similar. I have tried
the unobtrusive date picker plugin but ...
16
votes
2answers
5k views
Jquery datepicker localization
I need a french calendar and I can't understand the problem. I guess i'm not using the regional options like it should be. But...
Here is my code :
$(function() {
$('#Date').datepicker({
...
15
votes
4answers
21k views
jQuery datepicker years shown
With the jQuery datepicker, how does one change the year range that is displayed? On the jQuery UI site it says the default is "10 years before and after the current year are shown". I want to use ...
14
votes
6answers
31k views
jQuery datepicker set selected date, on the fly
How can I change the selected date of jquery Date picker dynamically on the fly?
I have say created a inline date picker.
Then after some time, I want to reflect a different date there without ...
13
votes
2answers
5k views
Javascript date.getYear() returns 111 in 2011?
I have this javascript for automatically setting a date filter to the first and last day of the previous month:
$(document).ready(function () {
$("#DateFrom").datepicker({ dateFormat: 'dd/mm/yy' ...
13
votes
2answers
2k views
How does one disable animation in jquery-ui datepicker?
I'm generally averse to animation effects given the overheads of reflow on the client side browser.
jquery-ui is an awesome widget. It has all the stuff I need. But is there a way to disable the ...
13
votes
5answers
17k views
Open JQuery Datepicker by clicking on an image w/ no input field
I want to have the JQuery Datepicker open when the user clicks on an image. There is no input field where the selected date appears afterwards; I'm just going to save the entered date to the server ...
13
votes
10answers
6k views
Today button in jQuery Datepicker doesn't work
I'm using jQueryUI Datepicker and show "Today" button.
But it doesn't work. It also doesn't work in demo: http://www.jqueryui.com/demos/datepicker/#buttonbar
I'w want to fill input with today when ...
11
votes
2answers
597 views
How to launch the beforeShowDay of DatePicker from another function
I have a Datepicker with the following code. I have a dropdownbox and upon a change in the dropDown box I want to launch the datePicker beforeShowDay function. How can I do this?
var freeDate;
...
11
votes
3answers
16k views
jQuery UI Datepicker - Disable specific days
Is there any (easy) way to set the jQuery UI Datepicker to disallow selection of specific, predetermined days?
I was able to get this approach working, however, it produces a null error which ...
11
votes
4answers
20k views
How to change date format in Silverlight DatePicker control?
This works great:
<my:DatePicker IsTodayHighlighted="True" Width="200">
</my:DatePicker>
But I want to format the date, something like this:
<my:DatePicker IsTodayHighlighted="True" ...
11
votes
8answers
19k views
JQuery Datepicker with text input that doesn't allow user input
How do I use the JQuery Datepicker with a textbox input:
$("#my_txtbox").datepicker({
// options
});
that doesn't allow the user to input random text in the textbox.
I want the Datepicker to pop ...
9
votes
2answers
2k views
Is there a way to localize input type=“date” in HTML5
I know that at the time of this writing only Opera supports a browser UI for
<input type="date" name="mydate">
and maybe my attempts to localize this field have been met with frustration ...
9
votes
7answers
7k views
Jquery UI Datepicker not displaying
UPDATE
I have reverted back to Jquery 1.3.2 and everything is working, not sure what the problem is/was as I have not changed anything else apart of the jquery and ui library versions.
UPDATE END
I ...
9
votes
7answers
3k views
Datepicker for web page that can allow only specific dates to be clicked
Is there a Javascript or some library that would create a datepicker for a webpage (similar to Jquery UI DatePicker that would only allow certain dates to be clickable and highlighted.
For example ...
8
votes
2answers
2k views
jQuery mobile calendar with 3-state day colours
I am looking at creating an event and reservation system
I found the SO question JQuery Mobile Calendar ? which shows jquery-mobile-datebox and jQuery-Mobile-Themed-DatePicker
I want to display a ...
8
votes
1answer
2k views
jQuery UI Datepicker : how to add clickable events on particular dates?
I want to highlight the dates on jquery datepicker where there are events attached to it (i'm not talking about js event, but real life events :D).
1) How to pass the event dates to the calendar ?
2) ...
8
votes
10answers
13k views
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:
$("#datepicker").datepicker is not a function
However, when I copy and paste the same code that creates and ...
7
votes
6answers
7k views
jQuery UI datepicker opens automatically within dialog
I have a datepicker which is used within the jQuery dialog object. The source of the dialog's content is loaded using .load(). Within the dialog I created a script which creates a datepicker for the ...
6
votes
1answer
2k views
How to disable manual input for JQuery UI Datepicker field?
A preemptive sorry if this is a stupid question. :)
Anyway, after previous Stack Overflow suggestions (thanks!), I decided to use the JQuery UI Datepicker script for... picking dates. Below is part ...
6
votes
1answer
382 views
Date ranges in swingx's JXDatePicker?
Does anyone know if it's possible to selected multiple days with swingx's jxdatepicker? I'm using swingx version 1.6.1 (which looks to be the latest).
6
votes
1answer
1k views
Disable specific days of the week on jQuery UI datepicker [closed]
Possible Duplicate:
Can the jQuery UI Datepicker be made to disable Saturdays and Sundays (and holidays)?
I would like to disable certain days like every monday or every tuesday or every ...
6
votes
3answers
1k views
Is there any lightweight JavaScript date picker?
I am using the jQuery Date picker, but it is too heavy, the minified version of ui.datepicker.min.js is 44 KB. The images of datepicker have their own weight. The jQuery framework is 59 KB. And the ...
6
votes
2answers
4k views
WPF Toolkit DatePicker Month/Year Only
I'm using the Toolkit's Datepicker as above but I'd like to restrict it to month and year selections only, as in this situation the users don't know or care about the exact date .Obviously with the ...
6
votes
3answers
2k views
jquery google analytics datepicker
Anyone know of any open source datepickers that work like the Google Analytics date range pickers? You can see an image here http://img17.yfrog.com/i/googledaterangepicker.jpg/
6
votes
2answers
10k views
WPF toolkit DatePicker change default value 'show calendar'
I'm using the latest WPF toolkit, specifically the DatePicker. Everything works fine, but when no value is provided, the default 'SHOW CALENDAR' text appears in the DatePickerTextBox.
I want to be ...
6
votes
3answers
6k views
JQuery UI DatePicker - Can it handle multiple dates?
I need to display an inline calendar that allows one to click 1 or more dates for selection. Can the JQuery UI datepicker 1.7.1 do this?
6
votes
7answers
10k views
ASP.NET MVC - jquery datepicker
Ok, so I'm new to ASP.NET MVC and JQuery.
I have followed the following example to the letter, and I'm not able to get the datepicker working:
...
6
votes
5answers
8k views
Jeditable with jQuery UI Datepicker
I need to have a click to edit element on a page, that will in turn invoke an instance of the jQuery UI Datepicker.
Currently, I'm using JEditable to provide the in place editing, which is working ...
5
votes
1answer
376 views
How to not get datepicker to clear text field values?
I have a website that looks like
where "Begin Date" and "End Date" are datepicker.
When generating the webpage I can fill in values in those fields, but adding datepicker to them as well, clears ...
5
votes
2answers
4k views
Datepicker in jquery mobile is duplicate when is added in a second page
I'm needing some help with the datepicker use in mobile app.
I'm using the jQuery UI datepicker in my app. But the datepicker is show twice (duplicate) when I put it in the second page. However when ...
5
votes
2answers
480 views
jquery datepicker prevent native click in onSelect
I'm in struggle trying to prevent native click inside jquery datepicker.onSelect event
Example below is not working, click still is being triggered:
onSelect: function(dateText, inst) {
if ...
5
votes
3answers
1k views
How to make GWT DatePicker to use Monday as the first day of the week?
Pretty much, what the title says. I need to make the GWT DatePicker component use Monday as the first day of the week. Currently the day labels are S M T W T F S, I want it to be M T W T F S S. Any ...
5
votes
1answer
1k views
Specifying the value output of of an HTML5 input type = date?
I'd like to add native date pickers to my application, which currently uses a legacy, home-rolled system. Date input support isn't widespread, yet, but if I could present both implementations based on ...
5
votes
1answer
749 views
JQuery datepicker numberOfMonths: display current selection month last
I have a jquery datepicker with the numberOfMonths set to 3, currently when I click on the datepicker, the left side month is the current month. In most cases, the user is only going to be selecting a ...
5
votes
4answers
2k views
MATLAB date selection popup calendar for gui
Does anyone know of a method to display a popup date selection calendar in a MATLAB gui? I know the financial toolbox has a uicalendar function, but unfortunately I don't have that toolbox.
I have a ...
5
votes
2answers
2k views
Set android datepicker date limits
I am using datePicker in android to display images based on user selected dates. I need to limit said dates to certain days for instance Jan 1st 2010 to Dec 31st 2010. Simple as that i thought but no ...
5
votes
1answer
4k views
Formatting out of a jQuery UI datepicker
I'm having a problem trying to format the output on the jQuery UI datepicker.
I want the dateformat to be the 'ISO 8601' format, like explained here:
...
5
votes
3answers
263 views
How might you unobtrusively enhance the jQuery Datepicker class?
You can pass special strings into jQuery's Datepicker class setDate() method like "+7" which will be translated into "7 days from today":
http://docs.jquery.com/UI/Datepicker#method-setDate
But you ...
5
votes
3answers
5k views
JQuery UI Datepicker date format issue with initial value
I need to set the initial date for the date picker to 03/20/2010 in mm-dd-yyyyy format.
I have done this
<input id='datepicker' type='text' value='20/03/2010' />
But my problem is on ...
5
votes
2answers
3k views
jQuery Datepicker - How can I format the date as an epoch timestamp (in seconds NOT milliseconds)
I'm using the jquery datepicker plugin to set a date field that is stored as an epoch timestamp in the db (the field, publish_time, maps directly to the table schema).
It seems that Datepicker only ...
5
votes
1answer
2k views
jQuery UI Datepicker with jQuery tipsy
Any ideas how to implement tipsy tooltips over jQuery's UI Datepicker? Basically I want to get a tooltip when the user moves on a specific date in the Datepicker. The Datepicker will be displayed ...
5
votes
4answers
7k views
jQuery UI Datepicker - Multiple Date Selections
Is there a way to use the jQuery UI Datepicker widget to select multiple dates?
All help is appreciated!
If its not posable to use the jquery UI datepicker then is there something similar that does?
5
votes
4answers
3k views
Modify jquery datepicker CSS with beforeShowDay
I am using beforeShowDay and have assigned the class specialDay to particular days in my calendar; this works fine, however I am having trouble understanding how to style the class and how the css ...
5
votes
4answers
7k views
How to call/bind a jquery datepicker to a label or div instead of an input field
I'm working with the jqueryui datepicker on this page - http://jqueryui.com/demos/datepicker/
How do I call it on a label instead of an input field? Is this possible?