Tagged Questions
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
420 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
311 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 ...
3
votes
6answers
67 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
103 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
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
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
812 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
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
81 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
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
2answers
358 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
218 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
3answers
850 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
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
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
453 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
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 ...
2
votes
2answers
1k 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
979 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
0answers
55 views
I can't get the jQuery datepicker to show on my page after loading with AJAX
My main page is index.php. I'm loading a section of the page with AJAX and I would like to also load a datepicker in the same section I got all relevant JS:
<script type="text/javascript" ...
1
vote
2answers
47 views
Rails 3 Nested Form - jQuery Datepicker won't load when “add a task”
I'm using ryan bates nested form gem.
- https://github.com/ryanb/nested_form
In nested form I have a textfield for jQuery datepicker.
My Problem is when I "Add a task". The datepicker no respond.
...
1
vote
1answer
62 views
jQuery datapicker select-able date after user input start date and end date
First I use date range to get user input for
start date and end date.
http://jqueryui.com/demos/datepicker/#date-range
How to set next input date only allow between user selected start date and end ...
1
vote
1answer
46 views
jquery datepicker selected not reloading
I have following code to show me the selected day from datepicker:
<input onFocus="blur();" class="day_selected">
I have this and the datepicker running multiple times in same page and once ...
1
vote
2answers
51 views
How can I Add Time to a Date in jQuery
How do I add 23 hrs 59 min. 59 secs to end_date?
var end_date = jQuery('#end_date_datepicker').datepicker('getDate');
//pseudo-code: end_date = (end_date + 23:59:59)
I was thinking of trying to ...