0
votes
1answer
23 views

Jquery UI Datepicker Works, but unable to select date

I am using Jquery UI datepicker the code I am using is as follows ps_jquery( ".datefield " ).datepicker({ changeMonth: true, changeYear: true, yearRange: "-100:+10", }); This code is working fine ...
0
votes
0answers
39 views

validate date inputs in jquery ui datepicker

Please I am using jquery ui datepicker as part of my asp.net application. The challenge I am having right now is how I can validate the input in the associated text box if it is typed in manually. ...
1
vote
2answers
45 views

jQuery UI Datepicker displaying incorrectly

I'm trying to add a form to a web page containing an input that is to display the jQuery UI datepicker widget once a user has clicked on the input just as it does on the jQuery UI Site. I have ...
0
votes
0answers
23 views

jQuery Datepicker stays open after selecting in IE

jQuery UI Date picker stays open even after selecting the date.This happens only in IE. It works perfectly fine in all other browsers. Here is the datepicker that I'm trying to use with these ...
0
votes
0answers
29 views

trying to modify current jquery ui datepicker to show range

I have this working fiddle (http://jsfiddle.net/sunnyday195/3FC7n/) and although its working somewhat I still need it to do 2 more things: when you focus in on the return I want to show the current ...
0
votes
2answers
30 views

Setting a minimum date on a jquery datepicker

I am trying to create a DatePicker out of a textbox using jQuery. I have the following code: $(function() { $("#ctl00_ContentPlaceHolder1_txtServiceDateRequested").datepicker({ showAnim: ...
3
votes
9answers
300 views

Datepicker not working in Firefox

Here's my datepicker which isn't working in Firefox <div class="input-append datepicker"> <?php if($_REQUEST["date"]){ ?> <input id="filter-date" ...
0
votes
0answers
26 views

Dialog datetimepicker unable to pick and the datepicker fall behind

here my code : $(function () { var dtFormat = 'dd-M-yy'; $("#newsDate").datepicker({ dateFormat: dtFormat, showOn: "button", buttonImage: "@Url.Content("~ / ...
0
votes
1answer
44 views

jQuery DatePicker - adding class to dates removes the default ones

When using the jQuery Datepicker I need to add different classes to different dates, but doing so removes the default classes, like ui-datepicker-current-day for the currently selected day. How can I ...
0
votes
2answers
98 views

How to disable all the dates that comes before the selected date? [duplicate]

I am a newbie to the Jquery and I am developing an Hotel application, where the users are allowed to select the 'check-in' and 'check-out' dates, and I am using a datepicker for these fields. ...
1
vote
1answer
157 views

month picker not working

Hello am not able to display a month picker placed inside a table. <!DOCTYPE html> <head> <script src="js/libs/jquery-1.9.1.js"></script> <link rel="stylesheet" ...
0
votes
3answers
99 views

Calendar change URL on select with jQuery UI datepicker

I am using jQuery UI picker and I am wondering if it's possible when someone pick a date, it automatically redirect them to the URL like so: index.php?date=2013-10-15 Here's the plug-in I am using. ...
0
votes
1answer
171 views

jQuery datepicker doesn't appear in Firefox

I have an input form using FLAT UI KIT that MUST contain a datepicker, so I chose to use jQuery's widget. But when I run it in Chrome the datepicker shows up, whilet on Firefox it is shows as a simple ...
0
votes
2answers
53 views

jquery ui datepicker allows past dates?

How can I allow past dates as deep as possible in jquery ui datepicker? $( ".date-picker" ).datepicker({ dateFormat: "yy-mm-dd" }); these answers I found seem that you have to set a date in the ...
1
vote
0answers
162 views

Set UTC date in jQuery UI Datepicker

I have this snippet: var _datePicker = $(this); // This is inside a cycle _datePicker.datepicker("setDate", new Date(_datePicker.data("defaultdate"))); And it works ok, but the problem is ...
0
votes
0answers
65 views

jQuery UI datepicker positioning issue in scrollable div

My page contains a form inside a scrollable div. In the form there are a few datepickers. If I scroll while the datepickers are open, they do not scroll with the content of the div. I've found a ...
1
vote
0answers
66 views

jQuery Datepicker reappearing when navigating back to page in IE10

This issue relates to Internet Explorer 10, which is what I'm testing on and doesn't affect my current versions of Firefox or Chrome. Steps to reproduce in Internet Explorer Navigate to: ...
0
votes
1answer
70 views

Make textbox and image bring up datepicker

I currently have this script which gives me an image next to the textbox. If I click the image, it shows the datepicker: $("#txtDate").datepicker({ changeMonth: true, changeYear: true, ...
0
votes
1answer
35 views

php show notice within that interval dates

In php I want to show a message in the page within the activated dates means the date from and till date will selected by the admin and within those selected days the message will be shown in the ...
1
vote
3answers
470 views

One individual jQuery UI DatePicker not working

I have three text inputs on a view. All have the class datepicker. @Html.TextBox("Dummy", DateTime.Now, new { @class = "datepicker" }) @Html.EditorFor(model => model.StartDate) ...
0
votes
0answers
41 views

Determine original source of onSelect event in jQuery UI datepicker

Relatively new to jQ/js in general. I did due Googling/StackOverFlowing/asking of co-workers and couldn't figure out a good answer to this. I'm using a jQ UI datepicker with the timepicker addon from ...
2
votes
4answers
189 views

jquery function onclick (span class) from jquery datepicker

hi jquery folks I have a jquery datepicker from jqueryui.com/datepicker/‎. Now i want to add some custom features to it. The first question, If I enter the source of my page i cannot see the printed ...
1
vote
1answer
58 views

Split datepicker dates into separate inputs

I'm attempting to split datepicker dates into 3 inputs for a booking engine. I want to pass the dates as CID (check-in day) CIM (check-in month) and CIY (check-in year). I seem to have the split ...
1
vote
2answers
370 views

How can I repopulate the jquery UI datepicker from an Ajax response

I've been using this question as a guide to associating events with the jQuery UI Datepicker. I have my dates and events highlighting for the current month which works fine. My question is how can I ...
1
vote
0answers
133 views

jQuery UI datepicker - Date Range - #to - set first month to display where numberOfMonths = 3 (it defaults to selected days month)

Hi, I have a 2 textboxes (#from and #to), with a date-range between them. DateRange Datepicker E.g. #from I select 10 October 2014 (The current popups show October,November,December) Now at this ...
0
votes
1answer
85 views

How can i set the start date as default end date if the user does not enter the end date in jquery?

var dates = $("#filterDateStart, #filterDateEnd").datepicker({ dateFormat: "yy-mm-dd", changeMonth: true, numberOfMonths: 1, onSelect: function (selectedDate) { ...
0
votes
0answers
35 views

ui-date day start TO day end

i use ui-date (https://github.com/angular-ui/ui-date) in my project. i have problem with changing options realtime in controller. HTML page <input ui-date="startOptions" ng-model="dateStart" ...
0
votes
1answer
137 views

Make CJuiDatePicker field accept multiple date formats, change JS validation (yii 1.1)

I have a zii.widgets.jui.CJuiDatePicker with a certain date format (Y-M-D) which is the preferred and database format, but I'd like the input field associated with it to be fillable with D/M or D/M/Y ...
0
votes
2answers
459 views

jQuery UI DatePicker only trickers validation every second time

I have uploaded a simple application where you can have the same experience as I am having with the DatePicker jQuery UI: DatePickerValidationMvc: http://sdrv.ms/17tS25J I am using jQuery UI ...
0
votes
1answer
50 views

JQuery datepicker jump ahead by years insted of months

The default Jquery UI datepicker allows the calendar to have a single arrow, and jump ahead by a month. Is there any way to add in a feature to make it jump up by years too? Like maybe a double arrow? ...
0
votes
1answer
112 views

wrong value returned for month in datepicker of jquery ui when using the next arrow

I am using datpicker to provide options to select the month/year only and when the month is selected, a form is submitted with the selected value. here is the code: jquery ui datepicker with this ...
-3
votes
1answer
94 views

Calculate End Date, based on start date and drop down list of number of Package in cakephp

I would like to know if this is possible to calculate an end date based on user picking a start date and a select list of number of package. i.e. I select a silver package and choose a start date of ...
1
vote
2answers
147 views

jQuery Timepicker “Now” button not accessing current time

This question deals with a third-party plugin, but there may be enough crossover with the stock jquery UI datepicker that someone might be able to help out. 1) Set a maxDate of 0 or new Date() is set ...
1
vote
2answers
105 views

Set last year selected with jQuery UI datepicker

I set a range of years like this $(".date").datepicker({ changeMonth: true, changeYear: true, yearRange: '1900:c-18' }); That shows a year dropdown from 1900 to "18 years before today". ...
1
vote
1answer
95 views

Add custom parameter to jQuery UI Datepicker

I am looking for a way to add a parameter to the dates in the jQuery UI Datepicker. I am using the Datepicker to display course start dates. The parameter I need would be the id of the course that ...
2
votes
0answers
280 views

Customize Jquery-ui datepicker

I wan't to display two weeks in a row in the jquery-ui datepicker, so that it can display a month in three rows. Does any body know how to customize it to do this?
-1
votes
2answers
45 views

Displaying datepicker on custom DIV

I have bound jQueryUI datepicker to an input and I have a custom div--I'd like to bind the datepicker to that instead. For example: <input type="textbox" id="date"> <div ...
0
votes
1answer
58 views

jqgrid bug with datepicker control

I am using jqGrid 4.5.1. when I use the datepicker control, the format specified in colmodel is working only for edit. when I select a date and add a row, it shows a random number as date in the ...
0
votes
2answers
74 views

how to sum how many days from text fields in the 3rd textbox using datepicker

i have the following code: <!doctype html> <html lang="en"> <head> <meta charset="utf-8" /> <title>Sum Of Total Days</title> <link rel="stylesheet" ...
1
vote
3answers
110 views

Datepicker from and to minimum one day

I'm playing around to make a datepicker work for a reservation purpose. The code below works almost exactly as I want it to. The problem is: I don't want the "to" datepicker to allow anything below ...
0
votes
4answers
178 views

JQuery datepicker doesnt return mm/dd/yy

I am trying to convert a date to dd/mm/yy formatusing JQuery datepicker. But I ended up with dd/mm/yyyy. Below is the code I tried - chkIn = $.datepicker.formatDate("dd/mm/yy", cinDate); where ...
0
votes
1answer
245 views

jqgrid and datepicker control giving error for new records

i binded by jqgrid with json returned from ajax. json has date in following format 11/1/2013 12:00:00 AM in the colmodel i have specified the following { name: 'datecol', index: 'SignDate', ...
1
vote
2answers
312 views

jQuery datepicker change date on keypress without CTRL key pressed

i've a question ... I use a datepicker and documentation says we can change the date on keypress (es. CTRL+LEFT: Move to the previous day) .... but I would like change date in this case: LEFT -> ...
0
votes
1answer
65 views

Disable specific months JqueryUI datepicker

I'm creating a booking form that includes jQuery UI Datepicker, now i have a main issue that I need help with: Some trips will have only certain days active, and can only be sold certain months ...
1
vote
3answers
207 views

Binding datepicker for radio buttons

I have three radio button Today 1Sept Others. <span class="spacing_10"> <input type="radio" id="radio3" name="radios" value=""> <label for="radio3">Today</label> ...
0
votes
1answer
63 views

jquery-ui - datepicker Not working as expected

I have a two input fields (From and To) which I have converted into date-field using jquery-ui date-picker module by applying datepicker() function. Demo But the problem with this is in the ...
0
votes
1answer
123 views

jQuery: beforeShowDay date format issue

I'm using the jQuery ui datepicker in combination with the isotope plugin and filter feature to filter out divs by date. For this filter feature to work the date has been converted to a string and ...
0
votes
1answer
178 views

KnockoutJS datetime picker in observable array

I am trying to create a page using knockout, the model contains an observable array. One of the properties in each array item is a date, and I am trying to use a jquery ui datepicker. I found an ...
2
votes
1answer
246 views

jQuery UI datetimepicker option sliderAccess not Showing buttons

i'm using the datetime picker plugin, when i use the option to show +- buttons next to the slider it doesn't work i don't know why Notice i'm trying to show this on a desktop browser my ...
0
votes
1answer
145 views

jQuery datepicker: style certain dates differently

I'm using a jQuery datepicker combined with the isotope plugin filter feature to filter out divs dependant on dates. The .blocks divs each have dates assigned via data-value allowing you to filter the ...

15 30 50 per page