Tagged Questions

The jQuery UI Datepicker is a highly configurable plugin that adds datepicker functionality to your pages.

learn more… | top users | synonyms

44
votes
11answers
36k views

jquery date picker to show month year only

I am using jQuery date picker to display the calendar all over my app. I want to know if I can use it to display the month and year (May 2010) and not the calendar? Thanks, Aanu
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 ...
8
votes
4answers
4k views

How do I connect jQuery Datepicker to my Ruby on Rails form?

I'm trying to use the jQuery Datepicker to set a date field in my Ruby on Rails form, but I can't work out how to do it. Can someone point me in the right direction?
6
votes
2answers
385 views

JQuery datepicker- 2 inputs From and To

I am using the Jquery datepicker plugin with this timepicker addon in two input boxes, one for the "From" date and the second with the "To" date. When I set the first one, I want the second one to ...
6
votes
1answer
3k views

jQuery datepicker validation message issue

I'm using the jquery datepicker plugin at http://plugins.jquery.com/project/datepick with the datepicker validation plugin. <script id="frmValidation" type="text/javascript"> ...
5
votes
2answers
422 views

JQuery Datepicker - only select mondays and thursdays

I have the following code which only allows users to select Mondays from jquery datepicker. I want to adapt this to be able to select mondays and thursdays. Any ideas? beforeShowDay: ...
5
votes
1answer
801 views

jQuery UI datepicker performance

I have a textbox on my web page that is used to specify a date, so I'd like to use the jQuery DatePicker. However, most of my users are locked into using IE6 and the performance of the jQuery ...
5
votes
3answers
2k views

jQuery: datepicker alternative

is there a better, smaller alternative to the jQuery datepicker? the ui.datepicker.js has app. 70kb which is pretty huge imo. could it be compressed? thx
4
votes
1answer
196 views

Is there a way to style jquery's datepicker days?

Let's say I want 5/2/2011 (or any other day) to be a different color than the rest of the days. Is this possible? This is an example item for a particular day <td class=" " ...
4
votes
1answer
312 views

Updating to latest JQuery UI and datepicker is causing the datepicker to always be seen

We have just updated to JQuery 1.5.2.min and JQuery-ui-1.8.11.min and are using the latest datepicker.js files as well (I say files because we are using some of the localized versions of the ...
4
votes
3answers
2k views

jQuery datepicker display year month only

I am using datepicker to select year-month only. I filter out the day part like so: $(el).datepicker( {changeMonth: true, changeYear: true, dateFormat:'yymm' } ); The code comes from the ...
4
votes
3answers
606 views

jQuery UI Datepicker Slow During Typing

I've heard all these great experiences of how great and elegant jQuery is, but I'm 0 for 2 trying to implement jQuery controls in real world projects due to poor performance. I am running into a ...
4
votes
7answers
2k views

Can I highlight an entire week in the standard Jquery UI date picker?

Can I highlight an entire week in the standard Jquery UI date picker?
4
votes
6answers
8k views

.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's that are in the response data back to ...
4
votes
5answers
8k views

getting jQuery UI's datepicker to always open in a certain direction?

I'm using jQuery UI's datepicker control in a position: fixed toolbar at the bottom of my page. Occasionally, on random computers, the datepicker appears below the toolbar, which means it's off the ...
3
votes
6answers
68 views

Jquery - Get the time in HH:MM format between two dates

I am getting the values from two text fields as date var start_actual_time = $("#startPoint_complete_date").val(); var end_actual_time = $("#endPoint_complete_date").val(); which gives value ...
3
votes
1answer
104 views

jquery datepicker - override options from data-attribute

I'm using this markup <label> Date <input type="text" data-datepicker="{maxDate: '+1d'}" /></label> <label> Another date <input type="text" data-datepicker="" ...
3
votes
0answers
194 views

Jeditable and jQuery UI Datepicker onblur cancel not working with showOn button option

I have configured datepicker to activate as following $(function () { $(".editable_datepicker").click(function (event) { $(this).editable('ajax_save.php',{ id : 'id', ...
3
votes
2answers
65 views

Reload calendar into nested forms (rails 3)

I have a form which contains one model (let's call it Model1) and this models accepts nested attributes from another one (let's call it Model2). I want to be able to save many Model2 records, but I ...
3
votes
1answer
274 views

Jquery Date Picker On Multiple Input Fields

I have a page in which there are multiple input fields that is fromdate and todate. I have created dynamic ids and name. I have used jquery date picker. Code: <?php $i=1; ...
3
votes
3answers
414 views

jQuery DatePicker Too Large

I've implemented the jQuery datepicker. It seems to be working fine but the calendar is too large. The site I'm working on has many layers of stylesheets and parent pages and controls. And I don't ...
3
votes
1answer
144 views

Pick multiple dates one by one with Jquery/Datepicker

I have a form and on that form I would like to have a datepicker. So when someone clicks select dates field the datepicker pops up and shows multiple months. From there I would like for the person to ...
3
votes
3answers
816 views

Change displayed month in jQuery datepicker, depending on another datepicker instance

I have two datepicker fields, one is 'start date' the other is 'end_date'. I would like to have the feature that, after user selected 'start date', then the 'end date' calendar should show by ...
3
votes
1answer
2k views

Problem with year dropdown scrollbar in jQuery datepicker

I'm using a jQuery datepicker to select an applicant's date of birth, but the applicant's age must be restricted to values between 21 and 100 years. In order to make the selection relatively easy I ...
3
votes
4answers
2k views

ipad web application: How do I prevent the keyboard from popping up on jquery datepicker

I have a form with an date field with a jquery datepicker attached to it. When I select the date field the datepicker pops up but then the iPad keyboard slides into view and obscures the datepicker. ...
3
votes
2answers
963 views

how to change the date format in jquery date picker?

Hi Hi i am using an date picker on selecting a date the date is displayed in this format month/date/year .... How to convert the date to this format year-month-date in date picker js itself
3
votes
1answer
1k views

Closing jQuery Datepicker When Closing jQuery Dialog

First time here, and more of a web designer than programmer, so be gentle! ;o) Anyway, as the title suggests, I have a dialog window that's opened and within that, a datepicker. What I want it that, ...
3
votes
5answers
2k views

Why jQuery UI datepicker can't works in jQuery dialog modal?

I want to use jQuery UI datepicker in one of my text inputs. This one is in a dialog modal. In fact, I can call datepicker in the normal document text inputs and i got my calender normally but I ...
3
votes
1answer
203 views

Are there any modifications to the jQuery UI datepicker which adds time selection?

Are there any modifications to the jQuery UI datepicker which adds time selection? I googled and I found this, but I don't really like the sliders... Is there something else? Thanks.
2
votes
1answer
44 views

Jquey Date picker not working in visual studio 2010

Hi all i have done a work regarding date picker in visual studio 2010 which is working fine in VS2005 and VS2008.. my sample design is <%@ Page Language="C#" AutoEventWireup="true" ...
2
votes
2answers
38 views

Cannot select a button based on its class

I want my jQuery datepicker (jQuery UI 1.8.13) to generate a report only when I click the 'Done' button. The onClose event is not good because that is triggered also when I click somewhere else ...
2
votes
2answers
45 views

Format a date after putting it in a variable?

I'm using a DatePicker to let someone pick a certain week. The html is basically like this: <form method="post" action=""> <input type="text" id="beginDate" /> <input ...
2
votes
1answer
176 views

How can i set Year range for a jQuery Date Picker: 1900 to current year, or 1900 to 9999

Hi all i used the Jquery Date picker which works well enough for me. But i am having a small issue i.e i would like to set the Start year from 1900 and End year to Current Year or 9999.. In the ...
2
votes
2answers
82 views

jQuery Date Picker Doesn't Show Original Text Value

I'm using jQuery's Date Picker for one of my form's field - Date of Birth. The field is generated using PHP and will be populated with the user's original date of birth. Clicking the field brings up ...
2
votes
2answers
64 views

Entering date manually inside a jQuery datepicker does not update the widget

It happens once in a while but if i enter the date direclty in the input, the widget does not update with the date i manually entered. See by yourself : http://screencast.com/t/Fz2ecsGte3T (the date ...
2
votes
2answers
61 views

Jquery DatePicker Some Display Changes

I am using the jquery datepicker i have to change some display showing the calendar. As my reputation is less i cant post the image so i have posted in jquery forum kindly look over it and guide me ...
2
votes
1answer
185 views

Highlight <TR> entire week datepicker

I have a datepicker that is fully functional and is working whereby you can select an entire commencing working week (Mon-Fri). What I am now trying to do is extend it a little further so that when I ...
2
votes
3answers
264 views

JQuery Datepicker

<script type="text/javascript"> $(function() { $( "#datepicker" ).datepicker({ showOn: "button", buttonImage: "jqueryLibrary/css/ui-lightness/images/Calendar2.jpg", ...
2
votes
1answer
310 views

issues with date conversion, using rails 3.0.7 and ruby 1.9.2

i am using datepicker to insert date on my form, which of course returns date to the controller as a string. the issue is when I try to convert this string to date, I get an error "invalid date" ...
2
votes
2answers
359 views

jquery ui date picker limit to Sundays

I have looked at some of the answers here to this type of question but could not get them to work how I needed them to. I need to have my jQuery UI datepicker only allow Sundays in the past to be ...
2
votes
1answer
501 views

jquery UI datepicker month and year only css positioning problem

I have implemented the solution discussed here: JQuery Datetime picker - Need to pick month and year only. and it is working well. The only issue I am finding is that when the datepicker appears ...
2
votes
1answer
307 views

jquery datepicker time change

Last days I was facing a strange behavior calculating date diff with jquery datepicker, when I try to find out the difference in days of two dates crossing the 28th march. The difference, instead of ...
2
votes
2answers
219 views

Datepicker in three different textboxes

I want to apply datepicker in my project. It's easy to apply it on a single textbox. But I want I will apply three to pick full date means I'm using three textboxes one for day, second for month and ...
2
votes
2answers
1k views

automatically set jQuery UI datepicker on load

When a form load I want it to already have the current date plus 5 days. So its 2/22/2011, When the page loads the text box the datepicker belongs to should show 3/1/2011. I know how to set default ...
2
votes
3answers
851 views

jQuery UI Datepicker won't accept unix timestamp as default value

I have the Unix timestamp "1264529457", which translates into January 26, 2010, which is stored inside an input element named "america". When initializing jQuery UI's Datepicker, I have the following ...
2
votes
4answers
736 views

Restrict date in jquery datepicker based on another datepicker or textbox

I have two text boxes with a datepicker hooked up to them. The text boxes are for start date and end date. The first datepicker is setup so that the user cannot choose a date before today, but can ...
2
votes
1answer
435 views

exclude weekends to be clickable on jQuery datepicker

I would like to prevent the user from clicking on saturdays/sundays (week-ends) when he selects a date using the jQuery UI datepicker widget. Is there a way to accomplish this? If not, which are the ...
2
votes
1answer
212 views

How to validate the Jquery UI- Calendar plugin?

I have used JqueryUI plugin- date picker to display my date. The format is such that it has Fromdate & Todate. If I select fromDate: for example 09/28/2010 and If I select toDate: for example ...
2
votes
3answers
639 views

jQuery: having trouble specifying minDate and maxDate for a datePicker

I'm trying to enforce choosing only dates between (today minus a week, today plus a week) but instead getting a datePicker with past dates disabled and unrestricted future dates. Any idea? (I'm new ...
2
votes
2answers
454 views

jQuery UI datepicker: Can you format a date and allow multiple seperator characters?

I prefer my datepicker to be formatted with this option {dateFormat: 'mm-dd-yy'} Ex: 06-16-2010 But, I would like to allow people to enter in a slash as a seperator instead of a dash if they ...

1 2 3 4 5 6