Tagged Questions
0
votes
0answers
20 views
How can I show a specific month in jquery datepicker, without changing any dates selected
I would like to show an alternate month on the jquery datepicker without changing the date that is selected (if one has already been chosen), or selecting any date.
0
votes
2answers
112 views
Add a day with selected date using Jquery datepicker
I have been trying to add a day for another date field with date selected of current field
,
onSelect: function(date) {
var date2 = $('.currDate').datepicker('getDate');
...
0
votes
1answer
53 views
jQuery datepicker not opening up on focus
Heres my scenario: I have an index page with 2 radio buttons on it and a span area for results. When one of the radio buttons are clicked, the span fills up with an ajax generated page that has an ...
0
votes
4answers
53 views
Can JQuery UI datepicker be bound to an icon?
I have some HTML that looks like
<select id="day"><option>Day</option></select>
<select id="month"><option>Month</option></select>
<select ...
0
votes
2answers
69 views
Jquery-ui datepicker with months and years menu rails
I have a rails app where I want to choose a date of birth. I'd like to use the jquery-ui datepicker for this but am not sure how to implement it into my rails app.
This is a screenshot of the ...
0
votes
1answer
196 views
JQuery Datepicker - different hover behaviors for specific cells / date types? - Resolved
is it possible to assign different hover methods for the different date types?
For example:
beforeShowDay: function(dDate){
if(condition1){
//assign specific method ...
1
vote
1answer
112 views
datepicker - error daySettings is undefined
I'm trying to disable some days for the datepicker function of jquery ui,
but this code return an error: daySettings is undefined
in http://code.jquery.com/ui/1.9.2/jquery-ui.js. It seems correct, I ...
0
votes
2answers
97 views
Datepicker show legenda below months disappears on click next month
I have a nice legenda below my datepicker and it works fine, until you click on next month. I added the link because it is difficult to explain, click on the tab "Prijzen 2013" and than click on ...
0
votes
1answer
89 views
jQuery datepicker dependency based on another element
I'm trying to use jQuery's on() event with a datepicker. The flow is user selects a value from a dropdown list, a close event is attached to the startdate which sets the enddate's maxDate to 30 days ...
0
votes
2answers
110 views
Datepicker issue when implementing in mvc3?
Using Mvc3 razor.
I tried to implement the Jquery data picker with an inputbox on my form, I am getting this exception "Microsoft JScript runtime error: Unable to set value of the property ...
2
votes
1answer
480 views
Sonata Admin Bundle: DatePicker range
How would I create a doctrine_orm_datetime_range filter in the Sonata Admin Bundle which uses the jQuery UI datepicker?
I tried the following, but it doesn't work:
protected function ...
1
vote
1answer
126 views
jQuery UI datepicker before year 100
I am trying to get datepicker to allow me to pick dates before year 100.
I have found that the shortYearCutoff option needs to be disabled to have this function properly, as it will always change a ...
0
votes
1answer
486 views
jQueryUI DatePicker Validation
I am trying to validate the date fields so when you if you select a date in the future and in the second input box you select today's date it should not let you submit the form.
I have it working so ...
0
votes
1answer
151 views
How to change date and time format in Pods Framework's Date and TimePicker Components?
I was fighting with timepicker's default settings. The default settings were overridden somehow. Then, I noticed that they were actually overridden by Pods Framework's code:
var ...
2
votes
4answers
371 views
How can i use jQuery datepicker in dynamically
I need to show dynamic date picker ,my code is below
$(function() {
$('.datepicker').datepicker({
showAnim: "clip",
gotoCurrent: true,
dateFormat: "dd-mm-yy"
});
...
0
votes
2answers
125 views
Get selected datepicker weekday in occurence in month
I'm trying to make a replica of the Google Calender repetition dialog, and I'm stuck, when I trying to figure out how to get jQuery datepicker to return the number of weekdays in a month, for example ...
1
vote
2answers
281 views
How to set locale format from datepicker?
How can I set the date format in jQuery UI's datepicker according to the user's locale?
I get source html:
<script type="text/javascript">
$(function() {
...
0
votes
1answer
131 views
Multiple Date Pickers on a Page - Working on Alternate Click (1, 3, 5…)
I have many pages which contains multiple DatePickers, basically showing some Date Range (DateTo and DateFrom textboxes) and they are working fine once the DatePicker is opened for first time and a ...
0
votes
0answers
129 views
how to set date in jquery ui datepicker in gmt format?
i have jquery ui datepicker and while using
// Get the week from input
var weeks = $('#weeks').val();
// alert(weeks);
// Get the selected date from datepicker
var ...
0
votes
0answers
204 views
how to check that end date should not less then todays date?
I m using jquery ui datepicker..i have start date and end date option with the number of weeks in text box..i am just selcting starting date and then after inserting no of weeks its givng me end date ...
1
vote
1answer
159 views
jQuery UI date picker shows selected value incorrectly
I have the following code which attaches the jQuery UI date picker widget to an input field:
console.log($("#profileDialog .date-picker").val());
$("#profileDialog .date-picker").datepicker({
...
0
votes
1answer
444 views
jQuery UI datepicker setDate with new Date vs Date.parse
What is the difference between
new Date(2013,0,1)
and
Date.parse("2013-1-1")
that breaks http://api.jqueryui.com/datepicker/#method-setDate
Here is jsfiddle http://jsfiddle.net/tawVx/4/
2
votes
3answers
1k views
jQuery UI datepicker doesn't hide when click outside
I found a problem with jQuery UI Datepicker on my site.
When I click on the input , it does show a datepicker properly.
Nevertheless, when I don't select any date and I just click outside the ...
0
votes
1answer
278 views
jquery Datepicker, set default date to value of a span
If I do alert($(this).parents().find("span:first").html()) it displays 03/28/2011
If I view the source code <span id="ctl00_ContentPlaceHolder1_GridView1_ctl03_StDt">03/28/2011</span>
If ...
0
votes
0answers
76 views
How to “share” a datepicker that needs to call functions in different JavaScript files?
I wasn't sure how to question this, as it involves different aspects.
I have a "master" JavaScript file called timesheet.js.
And two JavaScript files called timesheet.timesheet.js and ...
1
vote
1answer
325 views
Jquery Datepicker Default time 00:00:00 GMT
Right now when I use jquery date picker the default time is 00:00:00 GMT(7pm EST prev day) for any day I choose. Is there a way I can change the default time, so that when I choose any particular day ...
0
votes
1answer
388 views
Jquery UI - setDate on datepicker after initialization
So I'm clear on how to manually change a date in the datepicker. The problem comes in when I try to initialize the datepicker after the page has loaded and then try to change the date.
Here is a ...
1
vote
2answers
542 views
Datepicker format problemm in ASP.NET Web Api
I working with ASP.NET WEB API and jquery Date time.
My problem is : I want user to be able to select date using datepicker in the format of 'dd/MM/yyyy'. But when I configure my datepicker to do so ...
0
votes
1answer
168 views
How to update Jquery Datepicker with a variable?
I have a form with Jquery Datepicker and i can save the date in the database.
But when i reload the form to update the datas, i would like to have Jquery Datepicker showing the date previoulsy ...
0
votes
2answers
151 views
jQuery datepicker Alert Validation
I'm having problem in jQuery datepicker. All I want to do is there will be alert validation for the dateFormat of my datepicker.
all i want to do is:
if(mydatepicker!= dateFormat) { alert('Invalid ...
3
votes
2answers
340 views
jquery datepicker - selected date plus 6 days
I currently have the following code which selects the week number of the selected date and also the selected date:
$(this).val("Week Number " + $.datepicker.iso8601Week(new Date(dateText)) + " - " + ...
0
votes
0answers
35 views
jQuery datepicker getting dayname within the datenumber
I'm trying to get the short version of the dayname in the same TD as the datenumber
Basicly what i'm trying is the next:
$('.ui-datepicker-calendar tr td').each(function() {
var date = ...
0
votes
0answers
151 views
Display Popup clicking on a date from the calendar (jquery datepicker)
whenever I click on a date of my Jquery Datepicker Calendar I'm trying to show a pop up just near that day, but is so tricky to do!
I was trying to get the offset of the element i click on, but it ...
1
vote
2answers
1k views
Select the week number of the date picked using jquery datepicker
I have the following code for selecting a date which I then want to convert to a week number.
$(".calendar").datepicker({
showWeek: true,
onSelect: function(dateText, inst) {
...
2
votes
1answer
38 views
datepicker hides after foucs
I've 2 textboxes, date1 and date2 ('from', 'to').
When the user select a date from first textbox, second one should automatically opens (after first hides). I've set $('#date2').focus in first ...
0
votes
1answer
322 views
multiDatesPicker: how to disable clicking without changing date button color?
I downloaded multiDatesPicker here:
http://multidatespickr.sourceforge.net
My Problem is..
I'm using multiDatesPicker only for represent added dates by codes.
And I don't want to receive any user ...
0
votes
0answers
77 views
An unadorned jQuery(identifier).datepicker() is failing. What of the basics have I done wrong?
I run an installation <script> of jquery-1.8.0-min.js and jquery-ui-1.8.23.custom.min.js; the latter was set to include everything, and in particular datepicker.
After that I have JavaScript ...
0
votes
2answers
188 views
jQuery call ajax new div dynamic ID's
I have in the layout file
<
script type="text/javascript">
$(function() {
// Datepicker
$('#passExp1').datepicker({
inline: true
});
});
</script>
In a view
...
3
votes
1answer
4k views
How to restrict the selectable date ranges in Bootstrap Datepicker?
I need to use a datepicker which provides me with an option of restricting the selectable dates. We had been using jQuery UI which used to support it using minDate, maxDate options.
...
0
votes
1answer
280 views
Simple Datepicker code Compatibility Issue - works on Firefox 6.0.2 and IE9.0.8, not on most recent chrome or IE8
I have the following code:
<form id="form1" runat="server">
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.6.4/jquery-ui.min.js"></script>
...
0
votes
0answers
205 views
jQuery Multiple Dates Picker - Full year start at now month
What I need:
A full year calendar as simple as jQuery UI datepicker.
Display month inline, not as popup / select.
Display 12 month at the same time.
Select multiple dates on load.
What I found:
...
0
votes
0answers
185 views
jQuery UI datepicker - show the week numbers on the right side of the calendar
I'm using jQuery UI datepicker for one of my projects. Per design the datepicker should show the numbers of weeks as well, which functionality the jQuery UI datepicker already has. However, in that ...
0
votes
1answer
156 views
Simple ui datepicker do not works
I have problems with this datepicker http://jqueryui.com/demos/datepicker/
<script>
$(function() {
$( "#datepicker1" ).datepicker({ dateFormat: 'yy-mm-dd' });
});
...
1
vote
2answers
1k views
jquery datepicker allows date less than minDate
I have a datepicker and it can not allow dates prior to today VIA the editbox.
var dateOptions = {
dateFormat: "mm/dd/yy",
constrainInput: true,
gotoCurrent: true,
minDate: new Date()
};
...
0
votes
0answers
394 views
jQuery calendar with text input
I am new to jQuery and trying to write up a calendar piece that has the following features:
Clicking Button will bring up the calendar selector interface
Text input that auto-formats to the MM, d, ...
0
votes
2answers
876 views
JQuery datepicker not updating hidden field on .blur
I'm updating a hidden field, #start, with two fields: a text field (that is used for time) and a datepicker field. However, when I select a date using datepicker and there is nothing in the time ...
0
votes
1answer
749 views
jqueryui datepicker with hidden input
I got a button and a hidden input.
I want the datepicker opens below the button I click it.
And the selected date is inserted in the hidden input.
I don't want to create a new button (using ...
1
vote
1answer
2k views
How to disable dates before today in jquery UI datepicker?
I am making a hotel reservation system i have to disable past dates in jQuery UI datepicker
here's the code
calling in .cs
public class CheckLookup
{
...
7
votes
1answer
572 views
Dealing with date in different language using datapicker and moments
I have a web site which, depending on the location, allows to set the date in different language:
Example:
Mercredi, Juin 06, 2012 // french
Wednesday, Jun 06, 2012 // english
Then these dates ...
3
votes
3answers
1k views
jQuery Datepicker for multiple inputs
I have a jQuery datepicker script:
$(function() {
$( "#datepicker" ).datepicker({ dateFormat: "yyyy-mm-dd" });
});
When I want to initialize this script for two ...
