Tagged Questions
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 ...
3
votes
3answers
419 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
145 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
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
2answers
65 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
502 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
3answers
852 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
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
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
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
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
64 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
2answers
117 views
Jquery datepicker can't display the value…?
I have a textfield called:"deadline", which is have the value,like this:
<input type="input" maxlength=10 value="2011-09-14" id="deadline" name="deadline" ...
1
vote
2answers
97 views
Enable first sunday in Jquery UI datapicker
I'm currently working on a Jquery datepicker where holidays are disabled and all sundays, except for the first one in each month. I have been trying to play around a little with the code, and found ...
1
vote
2answers
1k views
Datepicker dynamic min / max dates
I'm using the jQuery datepicker plugin on a site I am building. I need users to be able to pick two dates from within a specified range of dates. This is straightforward enough to do.
The problem is ...
1
vote
1answer
330 views
Retrieving the dateFormat from jQuery UI datepicker
I would like to retrieve the dateFormat from my datepicker default set up declaration like so:
$.datepicker.setDefaults({
constrainInput: true,
dateFormat: 'dd/mm/yy',
gotoCurrent: true,
...
1
vote
1answer
215 views
Datepicker Label instead of a textarea…Is that possible
I would like a label instead of a textbox, is that possible. The code is below:
$(document).ready(function(){
$("#mydate").datepicker({ maxDate: '+1y', minDate: new Date() });
});
<li ...
1
vote
1answer
876 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 ...
1
vote
1answer
3k views
jQuery UI Datepicker regional language and max value
I'm trying to combine some options of jQuery UI Datepicker
I'm using the code below:
$("#<%=tStartDate.ClientID %>").datepicker($.datepicker.regional['tr']);
I need to add option for max ...
1
vote
1answer
3k views
jquery datepicker onChangeMonthYear
I am using the jquery ui datepicker in my app.
I have created an inline datepicker.
I am having a problem with onChangeMonthYear. I have simplified the example to bare minimum.
Onclick of "prev" or ...
0
votes
1answer
13 views
Disable past dates in datepicker js
I want to disable all the dates in calendar which is lesser than today.
I tried adding $("#ctl00_MainContent_tbxLetterDate").datepicker({ minDate: +0 });
But it dosent work, Here is my code..
...
0
votes
4answers
40 views
Calendar/datepicker with blocked dates
I am currently developing and order system where the user can select which day they would like their order to be delivered.
I need to have a page where there is a calendar/datepicker which is visible ...
0
votes
2answers
88 views
remove 'Now' button from jsfile of timepicker jquery plugin
Dows anyone know how to remove the "Now" button from the jquery timepicker add on file?
I removed the var currentText = 'Now' but this removes the text but the button is still there which states ...
0
votes
1answer
52 views
Jquery datepicker - manual triggering
I'm using a jquery datepicker in one of my project and I need to trigger the datepicker by clicking on a hyperlink which is next to my input area.
Unfortunately I can't get this working for some ...
0
votes
1answer
125 views
jQuery Datepicker Range with Cloned Form Elements
I have a dynamic form that can be cloned, but the Datepicker Custom Range function limits every clone's end date from the first start date element.
I am using the SheepIt! plugin to clone my form ...
0
votes
1answer
240 views
JQuery datepicker inside modal popup dialog is loosing calendar icon on second time selection MVC
I have datepicker in modal popup dialog. In first iteration everything is ok. When I open the popup second time the clandar icon in datepicker is missing, general datepicker is not responding. I ...
0
votes
0answers
63 views
Adding custom content to Jquery UI Datepicker
I want to add some date shortcuts like "Today, Tomorrow, This month..." to datepicker. So is there any solution for doing this? Not to page itself (it's simple), but to datepicker's popup. I try to do ...
0
votes
1answer
266 views
jQuery Datepicker, select multiple dates and mark them via css at selection time, permanently
so I have spent a day developing and reading (teh other way around) to enable my jQuery datepicker to select and highlight mutliple dates.
For this I have managed to write the selected dates to an ...
0
votes
2answers
98 views
jquery datepicker disable all other days except this weekend
I am having two datepickers "depart date" and "return date". Once the depart date is selected, I want to disable all the days except the weekend of depart date for "return date".
For example if I ...
0
votes
1answer
99 views
Setting jQuery UI datepicker to first date defined as valid
I am a novice using jQuery UI datepicker on a commerce site to set a shipping date. I want to populate the date input field with the first valid shipping date, which is defined as:
later than ...
0
votes
3answers
164 views
Jquery datepicker - only day and month
I want the user to specify their birthday or anniversary date (without year) in a form. For this, I want to use jquery datepicker but it should not show any year option at all. How to do it?
I tried ...
0
votes
1answer
95 views
Any+time Datepicker
<link rel="stylesheet" type="text/css" href="js/anytime.css" />
<script>
$(document).ready(function(){
$("#addsession").submit(function() {
...
0
votes
0answers
417 views
jQuery datepicker with calendar icon, prepopulate with today as default, split into month, day, year
I'm not sure how to put all of it together: today as default dates in text boxes with little calendar icons adjacent, and split date into month, day, year. I can get jQuery to do some but not all of ...
0
votes
2answers
375 views
prevent JQuery datepicker reset after onSelect event
I don't know what is this called, I think something like reset..
The case is like this:
I'm using inline datepicker and then I add a new Class that have own style (css) to some date in datepicker. ...
0
votes
1answer
349 views
Supplying local time generated from server to jQuery datepicker
The jQuery datepicker (http://jqueryui.com/demos/datepicker/) uses the timezone set on the client computer, which is quite unreliable.
In my website every member already has his/her timezone chosen ...
0
votes
2answers
2k views
JQuery datePicker date reset
I would like to add a "Reset" control to the datepicker at the bottom of the calendar - where the "close" control goes. This would enable the user to reset the input tied to datepicker to blank (no ...
0
votes
3answers
140 views
Prevent users from manually entering dates in input boxen
I am using the jQuery datepick plugin on two input boxes, and would like to prevent users of my Web site from manually entering dates in those input boxes. How could I do that?
I think I could cancel ...
0
votes
1answer
80 views
How to display the full name of day in datePickerUI?
by default, the datePicker plugin is displaying the short name of day (Su, Mo, Tu, We, Th, Fr, Sa) (dayNamesMin)
I would to display the full name (Sunday....) (dayNames).
How to do it ?
I try it, ...
0
votes
1answer
2k views
jQuery javascript datetimepicker
I'm using the datetimepicker from this site:
http://trentrichardson.com/examples/timepicker/
It works nice, but not perfect. I need to make the "Today" button set the field to "2010-11-21 23:24" ...
0
votes
1answer
552 views
jQuery: Date Range Picker: prepend date in element
So i have this picker:
http://www.filamentgroup.com/lab/date_range_picker_using_jquery_ui_16_and_jquery_ui_css_framework/
Now, how can I prepend the date/daterange you choose into div element ...
0
votes
1answer
418 views
JQuery Datepicker in Zend Framework not showing correctly
I have the following problem:
I made a form, wich extends from Zend_Form, where I added a ZendX_JQuery_Form_Element_Datepicker like you can see in this picture:
http://i.stack.imgur.com/uGFpH.png
...
0
votes
2answers
348 views
jQuery DatePicker ui is failing on IE
IE is giving me an undefined NAN when i try to view the calender...
here is my html
$("#datepicker").datepicker({ altField: '#outing_suggested_date', minDate: new Date, dateFormat: "yy-mm-dd", ...
0
votes
1answer
123 views
jquery datepicker defaultDate going to 23/02/2016?
I've added the detaultDate to my datepicker, it is getting the default date from a database, if i look at the source code of my page when ran the defaultDate looks fine but it goes to a completely ...
0
votes
1answer
439 views
JQuery Restricting Date Range Based on Dropdown
I'm using the JQuery DatePicker to have the user pick a date and have that show up in a textbox. Easy enough. However a restriction I'm working on is that the date range is restricted based on the ...
0
votes
1answer
124 views
positioning jquery.datepicker
Does anyone have any experience positioning the jquery.datepicker found at http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/datePickerClickInput.html
Functionality-wise it works perfectly, ...
0
votes
1answer
624 views
How to modify the style of jQuery DatePicker's disabled dates?
Given this page:
http://jqueryui.com/demos/datepicker/#min-max
And viewing its source:
http://jqueryui.com/themeroller/css/parseTheme.css.php
I can change the following line (using Chrome's inspect ...
0
votes
1answer
131 views
How do I disable the button wrapper for jquery-ui-datepicker?
See this sample page.
The icon I want to be using is this:
The icon, as shown on the page, looks like this:
How can I make DatePicker use my original icon without modifications?
0
votes
1answer
432 views
jquery datepicker flicker issue
When I enable following options
changeMonth: true,
changeYear: true,
clicking on button/input field causes whole or a part of page to clicker. It happens only in FF. Any idea what ...
0
votes
1answer
881 views
Highlighting dates between two selected dates jQuery UI Datepicker
I have one datepicker with numberOfMonths set to 2.
Arrival Date and Departure Date are determined using this logic (within onSelect):
if ((count % 2)==0) {
depart = ...