Tagged Questions
53
votes
11answers
39k 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
10
votes
8answers
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
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
413 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">
...
6
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?
5
votes
2answers
506 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
838 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
0answers
288 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',
...
4
votes
1answer
247 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
333 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
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 ...
4
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.
...
4
votes
3answers
639 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
6answers
9k 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 ...
3
votes
6answers
107 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
149 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
1answer
307 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
1answer
160 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
922 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
1k views
jquery ui datepicker is huge
im trying to add a datepicker to my symfony application and i got it working, but the size of the datepicker is about 3 times bigger than normal (on the demo page). I have not edited any CSS, i just ...
3
votes
5answers
3k 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
204 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
91 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
52 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
215 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
99 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
80 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
1answer
206 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
303 views
JQuery Datepicker
<script type="text/javascript">
$(function() {
$( "#datepicker" ).datepicker({
showOn: "button",
buttonImage: "jqueryLibrary/css/ui-lightness/images/Calendar2.jpg",
...
2
votes
2answers
428 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
535 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
310 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
242 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
1answer
2k views
jquery datepicker not working in IE7 and IE8
This is my js:
$(document).ready(function() {
$("input#dateTill").datepicker();
});
My HTML:
<input type="text" name="dateTill" id="dateTill" class="input" value="20.1.2011" maxlength="10" ...
2
votes
3answers
920 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
1answer
481 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
3answers
685 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
521 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 ...
2
votes
2answers
934 views
Extending the Google CDN version of jquery to add datepicker
I'm using jqueryUI solely for the datepicker feature. It's great if you can get away with using plain jquery because then you can import it from Google's CDN, which is potentially faster than your own ...
2
votes
2answers
2k views
Cloning datepicker objects [JQuery]
I have an input field that I define as a datepicker through a css class. I now want to clone this input field and have it so the cloned inputs are also datepickers.
After reading from various sources ...
2
votes
1answer
2k views
jquery date picker split into multiple fields
I have the usual Jquery datepicker working fine. But I want to feed it into a set of selectboxes rather than one textfield. I have had success feeding it into one select field with a specific format ...
2
votes
1answer
1k views
Combine datepicker and date.js
Has anyone combined the JQuery Datepicker and Date.JS together in one control. I have found several posts alluding to this but have not found any examples of how it is done.
I found this ...
2
votes
1answer
1k views
How can I use Jquery Datepicker to highlight with befereshowday two different kind of special dates?
I mean, I found here a way to disable an array of nationalDays.
I'm trying to make a code to disable the national days and also to highlight some other days (I'm coding a web app and I will pass ...
1
vote
1answer
36 views
jquery ui datepicker error on beforeShowDay
I'm trying to implement a event calendar using jquery-ui's datepicker. I've successfully installed the datepicker and it shows up and working. the problem appears when I try to register the ...
1
vote
1answer
19 views
mindate in jquery plugin
I am using jQuery datepick . what I want to do is I want to set the mindate for 'from' option based upon the date selected in the 'to option'. I tried something like this but did not worked.
...
1
vote
1answer
28 views
Set same date in diferent inputs with multiple date format
I have two inputs with the same date, but i want to separate the day from the month and year. When select one, updates the other... I have almost done it but i have some problem that i dont ...