My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Yesterday

  • 31 hours ago
    issue 154 (datePicker with multiple select enabled - Date Format) Status changed by kelvin.luck   -   Glad you found it :)
    Status: Fixed
    Glad you found it :)
    Status: Fixed
  • 31 hours ago
    issue 154 (datePicker with multiple select enabled - Date Format) commented on by gabriele.conca   -   Auto-solved... Ok Stupid stupid stupid... asString() Function it's what I need... Sorry...
    Auto-solved... Ok Stupid stupid stupid... asString() Function it's what I need... Sorry...
  • 31 hours ago
    issue 154 (datePicker with multiple select enabled - Date Format) reported by gabriele.conca   -   In documentation I couldn't find any referrence to change date format on "datePicker with multiple select enabled" I want to save selected date in dd/mm/yyyy format (or also mm/dd/yyy) but the pulgin output shows date as "Thu Dec 24 2009 00:00:00 GMT+0100 (ora solare Europa occidentale)" as you can se in http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/datePickerMultiple.html examples I hope this is not a bug, but in documentation I can't find a reference. Thanks in Advance Gabriele Conca
    In documentation I couldn't find any referrence to change date format on "datePicker with multiple select enabled" I want to save selected date in dd/mm/yyyy format (or also mm/dd/yyy) but the pulgin output shows date as "Thu Dec 24 2009 00:00:00 GMT+0100 (ora solare Europa occidentale)" as you can se in http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/datePickerMultiple.html examples I hope this is not a bug, but in documentation I can't find a reference. Thanks in Advance Gabriele Conca

Last 7 days

  • Dec 22, 2009
    issue 124 (multiple month to tie start date and end date) commented on by jsette7   -   i got around this issue by using the arguments in the 'dpSetSelected' function. * @param Boolean m Whether you want the date picker to open up on the month of this date when it is next opened. Optional - default = true. this worked fine for me!
    i got around this issue by using the arguments in the 'dpSetSelected' function. * @param Boolean m Whether you want the date picker to open up on the month of this date when it is next opened. Optional - default = true. this worked fine for me!
  • Dec 22, 2009
    issue 124 (multiple month to tie start date and end date) commented on by kelvin.luck   -   Hi, I think there are some bugs in the multimonth date picker with regards to calculating which month to display. You can see an example here successfully showing 6 months side by side, even when the default date is past the first month. The secret to getting that to work was to pass month and year arguments to force the first month displayed to be a certain one. Maybe that will help you: http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/datePickerMultiMonth6.html
    Hi, I think there are some bugs in the multimonth date picker with regards to calculating which month to display. You can see an example here successfully showing 6 months side by side, even when the default date is past the first month. The secret to getting that to work was to pass month and year arguments to force the first month displayed to be a certain one. Maybe that will help you: http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/datePickerMultiMonth6.html
  • Dec 21, 2009
    issue 124 (multiple month to tie start date and end date) commented on by jsette7   -   Hi I am having a similar problem. I will explain further. I have multiple months (2), with the start and end dates being only 1 month apart (i.e. the user must enter dates with the next 30 days). If the user clicks on a date in the second month, the on form post the months shown are duplicated, the user has to click back to show the previous month.
    Hi I am having a similar problem. I will explain further. I have multiple months (2), with the start and end dates being only 1 month apart (i.e. the user must enter dates with the next 30 days). If the user clicks on a date in the second month, the on form post the months shown are duplicated, the user has to click back to show the previous month.
  • Dec 17, 2009
    issue 122 (Flash overlaying Datepicker) commented on by iwrapllc   -   Thanks all. I had this problem and this was very helpful.
    Thanks all. I had this problem and this was very helpful.

Last 30 days

  • Dec 14, 2009
    issue 153 (Reset date for datePickerMultiMonth) reported by phili...@webcroisieres.com   -   Hello, I use datePickerMultiMonth. After submit in ajax, I would like to clears selected dates. Is there a function like dpClearSelected (http://code.google.com/p/jquery- datepicker/issues/detail?id=112) for datePickerMultiMonth ? I use jquery-1.3.2.min.js, date.js, jquery.datePicker.min-2.1.2.js, jquery.datePickerMultiMonth.js
    Hello, I use datePickerMultiMonth. After submit in ajax, I would like to clears selected dates. Is there a function like dpClearSelected (http://code.google.com/p/jquery- datepicker/issues/detail?id=112) for datePickerMultiMonth ? I use jquery-1.3.2.min.js, date.js, jquery.datePicker.min-2.1.2.js, jquery.datePickerMultiMonth.js
  • Dec 10, 2009
    issue 122 (Flash overlaying Datepicker) commented on by athoik   -   Hello everybody, I had same issue with "jquery datepicker" and swfobject. The code i used was the following : swfobject.embedSWF("open-flash-chart.swf", "my_chart", "100%", "100%", "9.0.0", "expressInstall.swf", {"data-file":"today-data.php"}); After looking the latest comment (10) with the "dreamweaver method" i notice the parameter wmode=opaque. And i wrote the swfobject like this: swfobject.embedSWF("open-flash-chart.swf", "my_chart", "100%", "100%", "9.0.0", "expressInstall.swf", {"data-file":"today-data.php"}, {wmode:"opaque"}); Now datepicker works perfectly! Regards, athoik
    Hello everybody, I had same issue with "jquery datepicker" and swfobject. The code i used was the following : swfobject.embedSWF("open-flash-chart.swf", "my_chart", "100%", "100%", "9.0.0", "expressInstall.swf", {"data-file":"today-data.php"}); After looking the latest comment (10) with the "dreamweaver method" i notice the parameter wmode=opaque. And i wrote the swfobject like this: swfobject.embedSWF("open-flash-chart.swf", "my_chart", "100%", "100%", "9.0.0", "expressInstall.swf", {"data-file":"today-data.php"}, {wmode:"opaque"}); Now datepicker works perfectly! Regards, athoik
  • Dec 10, 2009
    issue 129 (Unable to select endDate) commented on by wabznasm08   -   Significantly more elegant than the kludge code :-) I'll replace it with your suggestion. Cheers!
    Significantly more elegant than the kludge code :-) I'll replace it with your suggestion. Cheers!
  • Dec 10, 2009
    issue 1 (The datepicker donĀ“t reset the date) commented on by delgado.ronny   -   Please take a look at the attached files and let me know if there is a solution for this. What we would like to get on my end is a clean input text and a unselected date in the datepicker. Cheers,
    Please take a look at the attached files and let me know if there is a solution for this. What we would like to get on my end is a clean input text and a unselected date in the datepicker. Cheers,
  • Dec 10, 2009
    issue 129 (Unable to select endDate) commented on by conesus   -   This error occurs because that line: if (d < this.startDate || d > this.endDate) { checks the date (d), which is midnight of that day, to the end date set, which is the CURRENT TIME of that day. So all you need to do is zeroTime() it: if (d < this.startDate || d.zeroTime() > this.endDate.zeroTime()) {
    This error occurs because that line: if (d < this.startDate || d > this.endDate) { checks the date (d), which is midnight of that day, to the end date set, which is the CURRENT TIME of that day. So all you need to do is zeroTime() it: if (d < this.startDate || d.zeroTime() > this.endDate.zeroTime()) {
  • Dec 09, 2009
    issue 152 (year ">>" disabled) reported by onyryc   -   Hello I'm looking for a way to disabled the "<<" and ">>" for year change (keep only month change). Possible ? (using v. 84 2009-08-05) Many thanks
    Hello I'm looking for a way to disabled the "<<" and ">>" for year change (keep only month change). Possible ? (using v. 84 2009-08-05) Many thanks
  • Dec 03, 2009
    r89 (New dpmm example...) committed by kelvin.luck   -   New dpmm example...
    New dpmm example...
  • Dec 02, 2009
    issue 150 (Multi Month Date Picker) commented on by sonalijindal25   -   please provide solution of the above problem, its very urgent, i need to do it on my live project
    please provide solution of the above problem, its very urgent, i need to do it on my live project
  • Dec 02, 2009
    issue 150 (Multi Month Date Picker) commented on by sonalijindal25   -   i have used following code in .ctp file <ol> <li> <label for="start-date">Date 1:</label> <input name="start_date" id="start-date" class="date-pick" /> </li> <li> <label for="end-date">Date 2:</label> <input name="end-date" id="end-date" class="date-pick" /> </li> <li> </ol>
    i have used following code in .ctp file <ol> <li> <label for="start-date">Date 1:</label> <input name="start_date" id="start-date" class="date-pick" /> </li> <li> <label for="end-date">Date 2:</label> <input name="end-date" id="end-date" class="date-pick" /> </li> <li> </ol>
  • Dec 02, 2009
    issue 151 (date picker) changed by kelvin.luck   -  
    Status: Duplicate
    Status: Duplicate
  • Dec 02, 2009
    issue 150 (Multi Month Date Picker) commented on by kelvin.luck   -   Issue 151 has been merged into this issue.
    Issue 151 has been merged into this issue.
  • Dec 02, 2009
    issue 150 (Multi Month Date Picker) commented on by kelvin.luck   -   Issue 149 has been merged into this issue.
    Issue 149 has been merged into this issue.
  • Dec 02, 2009
    issue 149 (hi) changed by kelvin.luck   -  
    Status: Duplicate
    Status: Duplicate
  • Dec 02, 2009
    issue 151 (date picker) reported by sonalijindal25   -   Is it possible to use start and end dates with the multi month datepicker?
    Is it possible to use start and end dates with the multi month datepicker?
  • Dec 01, 2009
    issue 150 (Multi Month Date Picker) reported by sonalijindal25   -   I have try with your multi month date picker with start date and end date, but when i select suppose start date through date picker like 18/12/2009 and when i click on the "end-date" input box, the date before the 18/12/2009 are not disable in date picker but it not allow to select date before 18/12/2009. so i want dates before the 18/12/2009 in the end-date picker must be disable. how can i do this? i have used following code in my js file but it is not working:- $(document).ready(function() { $('.date-pick') $('#start-date').bind( 'dpClosed', function(e, selectedDates) { var d = selectedDates[0]; if (d) { d = new Date(d); $('#end-date').dpSetStartDate(d.addDays(1).asString()); } } ); $('#end-date').bind( 'dpClosed', function(e, selectedDates) { var d = selectedDates[0]; if (d) { d = new Date(d); $('#start-date').dpSetEndDate(d.addDays(-1).asString()); } } ); $('.date-pick') .datePickerMultiMonth({numMonths: 3,createButton:true}) .bind( 'focus', function(event, message) { if (message == $.dpConst.DP_INTERNAL_FOCUS) { return true; } var dp = this; var $dp = $(this); $dp.dpDisplay(); $('*').bind( 'focus.datePicker', function(event) { var $focused = $(this); if (!$focused.is('.dp-applied')) // don't close the focused date picker if we just opened a new one! { // if the newly focused element isn't inside the date picker and isn't the original element which triggered // the opening of the date picker if ($focused.parents('#dp-popup').length == 0 && this != dp && !($.browser.msie && this == document.body)) { $('*').unbind('focus.datePicker'); $dp.dpClose(); } } } ); return false; } ).bind( 'dpClosed', function(event, selected) { $('*').unbind('focus.datePicker'); } ); }); sonali PHP programmer
    I have try with your multi month date picker with start date and end date, but when i select suppose start date through date picker like 18/12/2009 and when i click on the "end-date" input box, the date before the 18/12/2009 are not disable in date picker but it not allow to select date before 18/12/2009. so i want dates before the 18/12/2009 in the end-date picker must be disable. how can i do this? i have used following code in my js file but it is not working:- $(document).ready(function() { $('.date-pick') $('#start-date').bind( 'dpClosed', function(e, selectedDates) { var d = selectedDates[0]; if (d) { d = new Date(d); $('#end-date').dpSetStartDate(d.addDays(1).asString()); } } ); $('#end-date').bind( 'dpClosed', function(e, selectedDates) { var d = selectedDates[0]; if (d) { d = new Date(d); $('#start-date').dpSetEndDate(d.addDays(-1).asString()); } } ); $('.date-pick') .datePickerMultiMonth({numMonths: 3,createButton:true}) .bind( 'focus', function(event, message) { if (message == $.dpConst.DP_INTERNAL_FOCUS) { return true; } var dp = this; var $dp = $(this); $dp.dpDisplay(); $('*').bind( 'focus.datePicker', function(event) { var $focused = $(this); if (!$focused.is('.dp-applied')) // don't close the focused date picker if we just opened a new one! { // if the newly focused element isn't inside the date picker and isn't the original element which triggered // the opening of the date picker if ($focused.parents('#dp-popup').length == 0 && this != dp && !($.browser.msie && this == document.body)) { $('*').unbind('focus.datePicker'); $dp.dpClose(); } } } ); return false; } ).bind( 'dpClosed', function(event, selected) { $('*').unbind('focus.datePicker'); } ); }); sonali PHP programmer
  • Dec 01, 2009
    issue 149 (hi) reported by sonalijindal25   -   I have try with your multi month date picker with start date and end date, but when i select suppose start date through date picker like 18/12/2009 and when i click on the "end-date" input box, the date before the 18/12/2009 are not disable in date picker but it not allow to select date before 18/12/2009. so i want dates before the 18/12/2009 in the end-date picker must be disable. how can i do this? i have used following code in my js file but it is not working:- $(document).ready(function() { $('.date-pick') $('#start-date').bind( 'dpClosed', function(e, selectedDates) { var d = selectedDates[0]; if (d) { d = new Date(d); $('#end-date').dpSetStartDate(d.addDays(1).asString()); } } ); $('#end-date').bind( 'dpClosed', function(e, selectedDates) { var d = selectedDates[0]; if (d) { d = new Date(d); $('#start-date').dpSetEndDate(d.addDays(-1).asString()); } } ); $('.date-pick') .datePickerMultiMonth({numMonths: 3,createButton:true}) .bind( 'focus', function(event, message) { if (message == $.dpConst.DP_INTERNAL_FOCUS) { return true; } var dp = this; var $dp = $(this); $dp.dpDisplay(); $('*').bind( 'focus.datePicker', function(event) { var $focused = $(this); if (!$focused.is('.dp-applied')) // don't close the focused date picker if we just opened a new one! { // if the newly focused element isn't inside the date picker and isn't the original element which triggered // the opening of the date picker if ($focused.parents('#dp-popup').length == 0 && this != dp && !($.browser.msie && this == document.body)) { $('*').unbind('focus.datePicker'); $dp.dpClose(); } } } ); return false; } ).bind( 'dpClosed', function(event, selected) { $('*').unbind('focus.datePicker'); } ); }); sonali PHP programmer
    I have try with your multi month date picker with start date and end date, but when i select suppose start date through date picker like 18/12/2009 and when i click on the "end-date" input box, the date before the 18/12/2009 are not disable in date picker but it not allow to select date before 18/12/2009. so i want dates before the 18/12/2009 in the end-date picker must be disable. how can i do this? i have used following code in my js file but it is not working:- $(document).ready(function() { $('.date-pick') $('#start-date').bind( 'dpClosed', function(e, selectedDates) { var d = selectedDates[0]; if (d) { d = new Date(d); $('#end-date').dpSetStartDate(d.addDays(1).asString()); } } ); $('#end-date').bind( 'dpClosed', function(e, selectedDates) { var d = selectedDates[0]; if (d) { d = new Date(d); $('#start-date').dpSetEndDate(d.addDays(-1).asString()); } } ); $('.date-pick') .datePickerMultiMonth({numMonths: 3,createButton:true}) .bind( 'focus', function(event, message) { if (message == $.dpConst.DP_INTERNAL_FOCUS) { return true; } var dp = this; var $dp = $(this); $dp.dpDisplay(); $('*').bind( 'focus.datePicker', function(event) { var $focused = $(this); if (!$focused.is('.dp-applied')) // don't close the focused date picker if we just opened a new one! { // if the newly focused element isn't inside the date picker and isn't the original element which triggered // the opening of the date picker if ($focused.parents('#dp-popup').length == 0 && this != dp && !($.browser.msie && this == document.body)) { $('*').unbind('focus.datePicker'); $dp.dpClose(); } } } ); return false; } ).bind( 'dpClosed', function(event, selected) { $('*').unbind('focus.datePicker'); } ); }); sonali PHP programmer
  • Nov 26, 2009
    issue 124 (multiple month to tie start date and end date) commented on by kelvin.luck   -   Issue 148 has been merged into this issue.
    Issue 148 has been merged into this issue.
  • Nov 26, 2009
    issue 148 (Start and End Date) changed by kelvin.luck   -  
    Status: Duplicate
    Status: Duplicate
  • Nov 26, 2009
    issue 124 (multiple month to tie start date and end date) commented on by aparun22   -   if you get any solution let me know.I am also having same issue. thanks
    if you get any solution let me know.I am also having same issue. thanks
  • Nov 26, 2009
    issue 148 (Start and End Date) reported by aparun22   -   How to add start and end date functionality in multiple month jquery datepicker. Please advice me. Thanks
    How to add start and end date functionality in multiple month jquery datepicker. Please advice me. Thanks

Earlier this year

  • Nov 24, 2009
    issue 147 (issue with datepicker using icon trigger residing in a dial...) Status changed by kelvin.luck   -   Hi, This isn't the googlecode project for the jQuery UI datepicker. It is for my older jQuery datepicker plugin: http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/ So I can't help you with problems with jQuery UI - I'd suggest their mailing list (or trying with my date picker :)), Thanks, Kelvin.
    Status: Invalid
    Hi, This isn't the googlecode project for the jQuery UI datepicker. It is for my older jQuery datepicker plugin: http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/ So I can't help you with problems with jQuery UI - I'd suggest their mailing list (or trying with my date picker :)), Thanks, Kelvin.
    Status: Invalid
  • Nov 24, 2009
    issue 147 (issue with datepicker using icon trigger residing in a dial...) reported by bodywo...@bigvaluezone.com   -   What steps will reproduce the problem? have a div with a text field that uses the datepicker icon trigger open the dialog click the icon - datepicker appears click the cancel button or close icon on the dialog modal goes away and the datepicker stays I tried tying the datepicker hide to the close and cancel buttons $("#addEventModal").dialog( { bgiframe: true, autoOpen: false, width: 550, modal: true, buttons: { 'Add an Event': function() { var bValid = true; }, Cancel: function() { $(this).dialog('close'); $("#addDate").datepicker('hide'); } }, close: function() { $(this).dialog('close'); $("#addDate").datepicker('hide'); } }); when I do this, and I follow the steps above, ie6 give the following error Out of memory at line 13 firefox does not follow the hide method and the dialog goes away but leaves the datepicker in the middle of the page. What is the expected output? What do you see instead? allow a way for the dialog to close the date picker Please provide a URL to a page displaying the problem. sorry its an internal app but its using the http://jqueryui.com/demos/dialog/ - modal form code and the code from http://jqueryui.com/demos/datepicker/#icon-trigger What version of the datepicker are you using? On what operating system? And Which Browser? XP pro and using ie6, chrome, and ff 3.5.1 Please provide any additional information below.
    What steps will reproduce the problem? have a div with a text field that uses the datepicker icon trigger open the dialog click the icon - datepicker appears click the cancel button or close icon on the dialog modal goes away and the datepicker stays I tried tying the datepicker hide to the close and cancel buttons $("#addEventModal").dialog( { bgiframe: true, autoOpen: false, width: 550, modal: true, buttons: { 'Add an Event': function() { var bValid = true; }, Cancel: function() { $(this).dialog('close'); $("#addDate").datepicker('hide'); } }, close: function() { $(this).dialog('close'); $("#addDate").datepicker('hide'); } }); when I do this, and I follow the steps above, ie6 give the following error Out of memory at line 13 firefox does not follow the hide method and the dialog goes away but leaves the datepicker in the middle of the page. What is the expected output? What do you see instead? allow a way for the dialog to close the date picker Please provide a URL to a page displaying the problem. sorry its an internal app but its using the http://jqueryui.com/demos/dialog/ - modal form code and the code from http://jqueryui.com/demos/datepicker/#icon-trigger What version of the datepicker are you using? On what operating system? And Which Browser? XP pro and using ie6, chrome, and ff 3.5.1 Please provide any additional information below.
  • Nov 23, 2009
    issue 22 (duplicate 28 date in March any year) commented on by mm...@mindspring.com   -   Ditto for me with the November issue (Sun November 1st, Mon November 1st) on Windows XP SP2 (EST) in Firefox + IE7 but, oddly, not in IE6. andy.widodo's solution did the trick!
    Ditto for me with the November issue (Sun November 1st, Mon November 1st) on Windows XP SP2 (EST) in Firefox + IE7 but, oddly, not in IE6. andy.widodo's solution did the trick!
  • Nov 23, 2009
    issue 22 (duplicate 28 date in March any year) commented on by kelvin.luck   -   Issue 126 has been merged into this issue.
    Issue 126 has been merged into this issue.
  • Nov 23, 2009
    issue 126 (October 2009: duplication of 25 October date) changed by kelvin.luck   -   Are you using the latest code from my site? Including the latest date.js file? More discussion in issue 22 - please update that if you are having problems with the latest code...
    Status: Duplicate
    Are you using the latest code from my site? Including the latest date.js file? More discussion in issue 22 - please update that if you are having problems with the latest code...
    Status: Duplicate
  • Nov 21, 2009
    issue 126 (October 2009: duplication of 25 October date) commented on by gowestweb   -   I also have two instances of Nov 1, rendering the rest of the current month incorrect.
    I also have two instances of Nov 1, rendering the rest of the current month incorrect.
  • Nov 20, 2009
    issue 146 (Z-index / stacking order when used with datagrid master / de...) commented on by codep...@insightbb.com   -   I found the solution: Go to the css file with this class and add z-index: .ui- datepicker {z-index: 9000; /* added */ width: 17em; padding: .2em .2em 0; }
    I found the solution: Go to the css file with this class and add z-index: .ui- datepicker {z-index: 9000; /* added */ width: 17em; padding: .2em .2em 0; }
  • Nov 20, 2009
    issue 146 (Z-index / stacking order when used with datagrid master / de...) commented on by codep...@insightbb.com   -   The datepicker I am using is bundled in the datagrid download: jquery.jqGrid-3.6 <pre><link rel="stylesheet" type="text/css" media="screen" href="../jquery- development-bundle/themes/smoothness/jquery-ui-1.7.1.custom.css" /> <link rel="stylesheet" type="text/css" media="screen" href="../jquery.jqGrid- 3.6/css/ui.jqgrid.css" /> <script src="../jquery.jqGrid-3.6/jquery.js" type="text/javascript"></script> <script src="../jquery.jqGrid-3.6/jquery-ui-1.7.1.custom.min.js" type="text/javascript"></script> <script src="../jquery.jqGrid-3.6/jquery.layout.js" type="text/javascript"></script> <script src="../jquery.jqGrid-3.6/js/i18n/grid.locale-en.js" type="text/javascript"></script> <script src="../jquery.jqGrid-3.6/jquery.jqGrid.min.js" type="text/javascript"></script> <script src="../jquery.jqGrid-3.6/jquery.tablednd.js" type="text/javascript"></script> <script src="../jquery.jqGrid-3.6/jquery.contextmenu.js" type="text/javascript"></script> <script type="text/javascript" language="javascript"> var gridimgpath = "../jquery-development-bundle/themes/smoothness/images"; jQuery(document).ready(function(){ jQuery("#navgrid").jqGrid({ url:'MasterXML.jsp?q=1', datatype: "xml", mtype:"POST", colNames:['ID','*Title','*Last Name','*First Name','*Address','*City','State','Zip','Home Phone','Work Phone','Cell Phone','Email','Best Contact Time','Assigned Outreach Person','Relations','Notes'], colModel:[ {name:'visitorId',index:'visitorId', width:60,sorttype:"int",editable:false,editoptions:{readonly:true,size:10}}, {name:'title',index:'title',width:40,editrules: {required:true},editable: true,edittype:"select",editoptions: {value:"Mr:Mr;Ms:Ms;Mrs:Mrs;Dr:Dr;Rev:Rev"}}, {name:'lastName',index:'lastName', width:100,editrules: {required:true},editable:true,editoptions:{size:40,maxlength: 30}}, {name:'firstName',index:'firstName', width:100,editrules: {required:true},editable:true,editoptions:{size:40,maxlength: 30}}, {name:'address',index:'address', width:100, align:"right",editrules: {required:true},editable:true,editoptions:{size:40,maxlength: 30}}, {name:'city',index:'city', width:100,align:"right",editrules: {required:true},editable:true,editoptions:{size:40,maxlength: 30}}, {name:'state',index:'state',width:40,editrules:{required:true}, editable: true,edittype:"select",editoptions:{value:"<% =States.getSelectJQueryDatagridColonDelimitedStates()%>"}}, {name:'zip',index:'zip', width:50, align:"right",editrules: {required:false},editable:true,editoptions:{size:10,maxlength: 5}}, {name:'homePhone',index:'homePhone', width:60, align:"right",editrules:{required:false},editable:true,editoptions: {size:10,maxlength:9}}, {name:'workPhone',index:'workPhone', width:60, align:"right",editrules:{required:false},editable:true,editoptions: {size:10,maxlength:9}}, {name:'cellPhone',index:'cellPhone', width:60, align:"right",editrules:{required:false},editable:true,editoptions: {size:10,maxlength:9}}, {name:'email',index:'email', width:100, align:"right",editable:true,editoptions:{size:40,maxlength:100}}, {name:'bestContactTimes',index:'bestContactTimes', width:60,editrules:{required:false},editable:false,editoptions: {readonly:true,size:40}},<!-- Have add, edit, delete buttons for each item --> {name:'assignedId',index:'assignedId',width:100,editrules: {required:false}, editable: true,edittype:"select",editoptions:{value:"<% =ObjectName.getSelectGroupMembers()%>"}}, {name:'relationId',index:'relationId',width:60,editrules: {required:false}, editable: true,edittype:"select",editoptions:{value:"<% =ObjectName.getSelectMembers()%>"}}, {name:'notes',index:'notes', width:200,sortable:false,editrules: {required:false}, editable: true,edittype:"textarea", editoptions: {rows:"5",cols:"100"}} ], rowNum:50, rowList:[50,100,500,1000], autowidth: true, drag: true, imgpath: gridimgpath, pager: jQuery('#pagernav'), sortname: 'visitorId', viewrecords: true, sortorder: "asc", multiselect: false, caption:"Visitor List", processData: "Processing...", onSelectRow: function(ids) { if(ids == null) { ids=0; if(jQuery("#detailgrid").getGridParam('records') >0 ){ jQuery("#detailgrid").setGridParam ({url:"DetailXML.jsp?q=1&id="+ids,page:1}) .setCaption("Visit Detail: "+ids) .trigger('reloadGrid'); } }else{ jQuery("#detailgrid").setGridParam({url:"DetailXML.jsp? q=1&id="+ids,page:1}) .setCaption("Visit Detail: "+ids) .trigger('reloadGrid'); } }, editurl:"EditXML.jsp", height:300 }).navGrid('#pagernav',{view:true}, //options {savekey: [true,13], navkeys: [true,38,40],width:800, height:500, reloadAfterSubmit:true, jqModal:false, closeOnEscape:true, bottominfo:"Fields marked with (*) are required"}, // edit options {savekey: [true,13], navkeys: [true,38,40],width:800, height:500, reloadAfterSubmit:true,jqModal:false, closeOnEscape:true,bottominfo:"Fields marked with (*) are required"}, // add options {reloadAfterSubmit:false,jqModal:false, closeOnEscape:true}, // del options {closeOnEscape:true}, // search options {navkeys: [true,38,40],width:800, height:400,jqModal:false,closeOnEscape:true} // view options ); jQuery("#detailgrid").jqGrid({ url:'ZeroRecordsXML.jsp', datatype: "xml", colNames:['ID','*Contacted By','Method','Observation','Notes','*Date'], colModel:[ {name:'visitId',index:'visitId', width:60,sorttype:"int",editable:false,editoptions:{readonly:true,size:10}}, {name:'contactedBy',index:'contactedBy', width:200,editrules: {required:true},editable:true,editoptions:{size:40,maxlength: 20}}, {name:'contactedMethod',index:'contactedMethod', width:200,editrules: {required:true},editable:true,editoptions:{size:40}}, {name:'observationId',index:'observationId',width:200,editrules: {required:false}, editable: true,edittype:"select",editoptions:{value:"<% =ObjectName.getObservations()%>"}}, {name:'notes',index:'notes', width:200,sortable:false,editrules: {required:false}, editable: true,edittype:"textarea", editoptions: {rows:"5",cols:"100"}}, {name:'contactDate',index:'contactDate',sorttype:"date", width:80,editable:true, editoptions:{size:12,maxlength:8, dataInit:function(el){ $(el).datepicker({dateFormat:'yymmdd'}); alert("here"); }, defaultValue: function(){ var currentTime = new Date(); var month = parseInt(currentTime.getMonth() + 1); month = month <= 9 ? "0"+month : month; var day = currentTime.getDate(); day = day <= 9 ? "0"+day : day; var year = currentTime.getFullYear(); return year+""+month + ""+day; } }, formoptions:{ rowpos:6, elmprefix:"(*)",elmsuffix:" yymmdd" }, editrules:{required:true} } ], rowNum:5, rowList:[5,10,20,50,100], autowidth: false, drag: true, imgpath: gridimgpath, pager: jQuery('#pagerdetail'), sortname: 'visitId', viewrecords: true, sortorder: "asc", multiselect: true, caption:"Contact Detail", processData: "Processing...", editurl:"EditXML.jsp", height: 300, width:800 }).navGrid('#pagerdetail', {view:true}, //options {savekey: [true,13], navkeys: [true,38,40],width:800, height:400, reloadAfterSubmit:true, jqModal:false, closeOnEscape:true, bottominfo:"Fields marked with (*) are required"}, // edit options {savekey: [true,13], navkeys: [true,38,40],width:800, height:400, reloadAfterSubmit:true,jqModal:false, closeOnEscape:true,bottominfo:"Fields marked with (*) are required"}, // add options {reloadAfterSubmit:false,jqModal:false, closeOnEscape:true}, // del options {closeOnEscape:true}, // search options {navkeys: [true,38,40],width:800, height:400,jqModal:false,closeOnEscape:true} // view options ); }); </script> </head> <body> <table id="navgrid" class="scroll"></table> <div id="pagernav" class="scroll"></div> <div><hr style="background-color:#C0C0C0;width:auto;height:10px;margin:25px;"></div> <span style="z-index:99999;"><table id="detailgrid" class="scroll"></table></span> <span style="z-index:999996;"><div id="pagerdetail" class="scroll"></div></span></pre>
    The datepicker I am using is bundled in the datagrid download: jquery.jqGrid-3.6 <pre><link rel="stylesheet" type="text/css" media="screen" href="../jquery- development-bundle/themes/smoothness/jquery-ui-1.7.1.custom.css" /> <link rel="stylesheet" type="text/css" media="screen" href="../jquery.jqGrid- 3.6/css/ui.jqgrid.css" /> <script src="../jquery.jqGrid-3.6/jquery.js" type="text/javascript"></script> <script src="../jquery.jqGrid-3.6/jquery-ui-1.7.1.custom.min.js" type="text/javascript"></script> <script src="../jquery.jqGrid-3.6/jquery.layout.js" type="text/javascript"></script> <script src="../jquery.jqGrid-3.6/js/i18n/grid.locale-en.js" type="text/javascript"></script> <script src="../jquery.jqGrid-3.6/jquery.jqGrid.min.js" type="text/javascript"></script> <script src="../jquery.jqGrid-3.6/jquery.tablednd.js" type="text/javascript"></script> <script src="../jquery.jqGrid-3.6/jquery.contextmenu.js" type="text/javascript"></script> <script type="text/javascript" language="javascript"> var gridimgpath = "../jquery-development-bundle/themes/smoothness/images"; jQuery(document).ready(function(){ jQuery("#navgrid").jqGrid({ url:'MasterXML.jsp?q=1', datatype: "xml", mtype:"POST", colNames:['ID','*Title','*Last Name','*First Name','*Address','*City','State','Zip','Home Phone','Work Phone','Cell Phone','Email','Best Contact Time','Assigned Outreach Person','Relations','Notes'], colModel:[ {name:'visitorId',index:'visitorId', width:60,sorttype:"int",editable:false,editoptions:{readonly:true,size:10}}, {name:'title',index:'title',width:40,editrules: {required:true},editable: true,edittype:"select",editoptions: {value:"Mr:Mr;Ms:Ms;Mrs:Mrs;Dr:Dr;Rev:Rev"}}, {name:'lastName',index:'lastName', width:100,editrules: {required:true},editable:true,editoptions:{size:40,maxlength: 30}}, {name:'firstName',index:'firstName', width:100,editrules: {required:true},editable:true,editoptions:{size:40,maxlength: 30}}, {name:'address',index:'address', width:100, align:"right",editrules: {required:true},editable:true,editoptions:{size:40,maxlength: 30}}, {name:'city',index:'city', width:100,align:"right",editrules: {required:true},editable:true,editoptions:{size:40,maxlength: 30}}, {name:'state',index:'state',width:40,editrules:{required:true}, editable: true,edittype:"select",editoptions:{value:"<% =States.getSelectJQueryDatagridColonDelimitedStates()%>"}}, {name:'zip',index:'zip', width:50, align:"right",editrules: {required:false},editable:true,editoptions:{size:10,maxlength: 5}}, {name:'homePhone',index:'homePhone', width:60, align:"right",editrules:{required:false},editable:true,editoptions: {size:10,maxlength:9}}, {name:'workPhone',index:'workPhone', width:60, align:"right",editrules:{required:false},editable:true,editoptions: {size:10,maxlength:9}}, {name:'cellPhone',index:'cellPhone', width:60, align:"right",editrules:{required:false},editable:true,editoptions: {size:10,maxlength:9}}, {name:'email',index:'email', width:100, align:"right",editable:true,editoptions:{size:40,maxlength:100}}, {name:'bestContactTimes',index:'bestContactTimes', width:60,editrules:{required:false},editable:false,editoptions: {readonly:true,size:40}},<!-- Have add, edit, delete buttons for each item --> {name:'assignedId',index:'assignedId',width:100,editrules: {required:false}, editable: true,edittype:"select",editoptions:{value:"<% =ObjectName.getSelectGroupMembers()%>"}}, {name:'relationId',index:'relationId',width:60,editrules: {required:false}, editable: true,edittype:"select",editoptions:{value:"<% =ObjectName.getSelectMembers()%>"}}, {name:'notes',index:'notes', width:200,sortable:false,editrules: {required:false}, editable: true,edittype:"textarea", editoptions: {rows:"5",cols:"100"}} ], rowNum:50, rowList:[50,100,500,1000], autowidth: true, drag: true, imgpath: gridimgpath, pager: jQuery('#pagernav'), sortname: 'visitorId', viewrecords: true, sortorder: "asc", multiselect: false, caption:"Visitor List", processData: "Processing...", onSelectRow: function(ids) { if(ids == null) { ids=0; if(jQuery("#detailgrid").getGridParam('records') >0 ){ jQuery("#detailgrid").setGridParam ({url:"DetailXML.jsp?q=1&id="+ids,page:1}) .setCaption("Visit Detail: "+ids) .trigger('reloadGrid'); } }else{ jQuery("#detailgrid").setGridParam({url:"DetailXML.jsp? q=1&id="+ids,page:1}) .setCaption("Visit Detail: "+ids) .trigger('reloadGrid'); } }, editurl:"EditXML.jsp", height:300 }).navGrid('#pagernav',{view:true}, //options {savekey: [true,13], navkeys: [true,38,40],width:800, height:500, reloadAfterSubmit:true, jqModal:false, closeOnEscape:true, bottominfo:"Fields marked with (*) are required"}, // edit options {savekey: [true,13], navkeys: [true,38,40],width:800, height:500, reloadAfterSubmit:true,jqModal:false, closeOnEscape:true,bottominfo:"Fields marked with (*) are required"}, // add options {reloadAfterSubmit:false,jqModal:false, closeOnEscape:true}, // del options {closeOnEscape:true}, // search options {navkeys: [true,38,40],width:800, height:400,jqModal:false,closeOnEscape:true} // view options ); jQuery("#detailgrid").jqGrid({ url:'ZeroRecordsXML.jsp', datatype: "xml", colNames:['ID','*Contacted By','Method','Observation','Notes','*Date'], colModel:[ {name:'visitId',index:'visitId', width:60,sorttype:"int",editable:false,editoptions:{readonly:true,size:10}}, {name:'contactedBy',index:'contactedBy', width:200,editrules: {required:true},editable:true,editoptions:{size:40,maxlength: 20}}, {name:'contactedMethod',index:'contactedMethod', width:200,editrules: {required:true},editable:true,editoptions:{size:40}}, {name:'observationId',index:'observationId',width:200,editrules: {required:false}, editable: true,edittype:"select",editoptions:{value:"<% =ObjectName.getObservations()%>"}}, {name:'notes',index:'notes', width:200,sortable:false,editrules: {required:false}, editable: true,edittype:"textarea", editoptions: {rows:"5",cols:"100"}}, {name:'contactDate',index:'contactDate',sorttype:"date", width:80,editable:true, editoptions:{size:12,maxlength:8, dataInit:function(el){ $(el).datepicker({dateFormat:'yymmdd'}); alert("here"); }, defaultValue: function(){ var currentTime = new Date(); var month = parseInt(currentTime.getMonth() + 1); month = month <= 9 ? "0"+month : month; var day = currentTime.getDate(); day = day <= 9 ? "0"+day : day; var year = currentTime.getFullYear(); return year+""+month + ""+day; } }, formoptions:{ rowpos:6, elmprefix:"(*)",elmsuffix:" yymmdd" }, editrules:{required:true} } ], rowNum:5, rowList:[5,10,20,50,100], autowidth: false, drag: true, imgpath: gridimgpath, pager: jQuery('#pagerdetail'), sortname: 'visitId', viewrecords: true, sortorder: "asc", multiselect: true, caption:"Contact Detail", processData: "Processing...", editurl:"EditXML.jsp", height: 300, width:800 }).navGrid('#pagerdetail', {view:true}, //options {savekey: [true,13], navkeys: [true,38,40],width:800, height:400, reloadAfterSubmit:true, jqModal:false, closeOnEscape:true, bottominfo:"Fields marked with (*) are required"}, // edit options {savekey: [true,13], navkeys: [true,38,40],width:800, height:400, reloadAfterSubmit:true,jqModal:false, closeOnEscape:true,bottominfo:"Fields marked with (*) are required"}, // add options {reloadAfterSubmit:false,jqModal:false, closeOnEscape:true}, // del options {closeOnEscape:true}, // search options {navkeys: [true,38,40],width:800, height:400,jqModal:false,closeOnEscape:true} // view options ); }); </script> </head> <body> <table id="navgrid" class="scroll"></table> <div id="pagernav" class="scroll"></div> <div><hr style="background-color:#C0C0C0;width:auto;height:10px;margin:25px;"></div> <span style="z-index:99999;"><table id="detailgrid" class="scroll"></table></span> <span style="z-index:999996;"><div id="pagerdetail" class="scroll"></div></span></pre>
  • Nov 20, 2009
    issue 126 (October 2009: duplication of 25 October date) commented on by gms5002   -   I am seeing the same issue here. I have two November 1sts for 2009
    I am seeing the same issue here. I have two November 1sts for 2009
  • Nov 20, 2009
    issue 146 (Z-index / stacking order when used with datagrid master / de...) reported by codep...@insightbb.com   -   What steps will reproduce the problem? When you use the Master datagrid pattern. Click a record. Record displays in Detail datagrid. Click edit or add. Enter cursor into input text box. Datepicker pops up behind the add or edit popup. What is the expected output? What do you see instead? I expect the datepicker to popup in front of the add / edit mode dialog. It pops up correctly on x,y coords but not z. Please provide a URL to a page displaying the problem. It is in dev, not available. I could make it available ... What version of the datepicker are you using? On what operating system? And Which Browser? I don't have the version available. I downloaded last June. I re- downloaded the datagrid library this week and have the latest build. 3.6.5 Windows Vista, I.E. 8 Please provide any additional information below.
    What steps will reproduce the problem? When you use the Master datagrid pattern. Click a record. Record displays in Detail datagrid. Click edit or add. Enter cursor into input text box. Datepicker pops up behind the add or edit popup. What is the expected output? What do you see instead? I expect the datepicker to popup in front of the add / edit mode dialog. It pops up correctly on x,y coords but not z. Please provide a URL to a page displaying the problem. It is in dev, not available. I could make it available ... What version of the datepicker are you using? On what operating system? And Which Browser? I don't have the version available. I downloaded last June. I re- downloaded the datagrid library this week and have the latest build. 3.6.5 Windows Vista, I.E. 8 Please provide any additional information below.
  • Nov 20, 2009
    issue 145 (Change dateformat to wednesday, 21 december 2009) reported by studio25.nl   -   Hi Kevin, Got a question. I know the possibility isn't there at the moment - i think - but is it possible, like the title allready says, to change the date format into some full formats? A client has the wish to set the dateformat like; wednesday, 21 december 2009 I know the jquery UI calender has it, but that one isn't as smooth as yours. If possible i would like to use yours. Hoping that there is a tiny change to add this... greets Dave
    Hi Kevin, Got a question. I know the possibility isn't there at the moment - i think - but is it possible, like the title allready says, to change the date format into some full formats? A client has the wish to set the dateformat like; wednesday, 21 december 2009 I know the jquery UI calender has it, but that one isn't as smooth as yours. If possible i would like to use yours. Hoping that there is a tiny change to add this... greets Dave
  • Nov 19, 2009
    issue 122 (Flash overlaying Datepicker) commented on by jaymooreproductions   -   So the dreamweaver method of embedding and including the same swfobject.js did the trick. I am not sure why. <object id="flashDiv" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="103"> <param name="movie" value="mySwf.swf" /> <param name="quality" value="high" /> <param name="wmode" value="opaque" /> <param name="swfversion" value="9.0.0.0" /> <param name=FlashVars value="flashVarsHere"> <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. --> <!--[if !IE]>--> <object type="application/x-shockwave-flash" data="mySwf.swf" width="100%" height="103"> <!--<![endif]--> <param name="quality" value="high" /> <param name="wmode" value="opaque" /> <param name="swfversion" value="9.0.0.0" /> <param name=FlashVars value="theFlashVarsHere"> <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. --> <div> <h4>Content on this page requires a newer version of Adobe Flash Player.</h4> <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p> </div> <!--[if !IE]>--> </object> <!--<![endif]--> </object> <script type="text/javascript"> <!-- swfobject.registerObject("flashDiv"); //--> </script>
    So the dreamweaver method of embedding and including the same swfobject.js did the trick. I am not sure why. <object id="flashDiv" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="103"> <param name="movie" value="mySwf.swf" /> <param name="quality" value="high" /> <param name="wmode" value="opaque" /> <param name="swfversion" value="9.0.0.0" /> <param name=FlashVars value="flashVarsHere"> <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. --> <!--[if !IE]>--> <object type="application/x-shockwave-flash" data="mySwf.swf" width="100%" height="103"> <!--<![endif]--> <param name="quality" value="high" /> <param name="wmode" value="opaque" /> <param name="swfversion" value="9.0.0.0" /> <param name=FlashVars value="theFlashVarsHere"> <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. --> <div> <h4>Content on this page requires a newer version of Adobe Flash Player.</h4> <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p> </div> <!--[if !IE]>--> </object> <!--<![endif]--> </object> <script type="text/javascript"> <!-- swfobject.registerObject("flashDiv"); //--> </script>
  • Nov 19, 2009
    issue 122 (Flash overlaying Datepicker) commented on by jaymooreproductions   -   Here is another demo of the issue solved using the dreamweaver method of embeding but it does not play the flash in IE. Welcome to the circus. :) Any flash gurus out there to give me a clue? Help is appreciated.
    Here is another demo of the issue solved using the dreamweaver method of embeding but it does not play the flash in IE. Welcome to the circus. :) Any flash gurus out there to give me a clue? Help is appreciated.
  • Nov 19, 2009
    issue 122 (Flash overlaying Datepicker) commented on by jaymooreproductions   -   Ok, here is an updated demo of the issue. The date picker is still going behind the flash. This is the swfObject code: <script type="text/javascript"> var flashvars = {}; var params = {}; params.menu = "false"; params.wmode = "opaque"; var attributes = {}; swfobject.embedSWF("http://www.adobe.com/shockwave/welcome/flash.swf", "flashContent", "100%", "160", "9.0.0", flashvars, params, attributes); </script>
    Ok, here is an updated demo of the issue. The date picker is still going behind the flash. This is the swfObject code: <script type="text/javascript"> var flashvars = {}; var params = {}; params.menu = "false"; params.wmode = "opaque"; var attributes = {}; swfobject.embedSWF("http://www.adobe.com/shockwave/welcome/flash.swf", "flashContent", "100%", "160", "9.0.0", flashvars, params, attributes); </script>
  • Nov 19, 2009
    issue 22 (duplicate 28 date in March any year) commented on by lewis.ayotte   -   two November 1st for me too - andy.widodo's solution worked for me... tested on Windows XP, Windows 7, and Mac OS - Firefox, IE, Safari - All in EST.
    two November 1st for me too - andy.widodo's solution worked for me... tested on Windows XP, Windows 7, and Mac OS - Firefox, IE, Safari - All in EST.
  • Nov 19, 2009
    issue 144 (Changing the field name) commented on by kelvin.luck   -   There is no reason why that wouldn't work... The datePicker doesn't care how you select the elements which you apply it to, you can use any class, id or other jQuery selector. Do you have a URL showing the problem?
    There is no reason why that wouldn't work... The datePicker doesn't care how you select the elements which you apply it to, you can use any class, id or other jQuery selector. Do you have a URL showing the problem?
  • Nov 19, 2009
    issue 144 (Changing the field name) reported by gary.dunne1   -   Hi, I am trying to use date picker with Zend Framework. The problem is that zend_form doesn't allow "-" in element names. When I change the element name and update the JavaScript: [CODE] Date.firstDayOfWeek = 0; Date.format = 'mm/dd/yyyy'; $(function() { $('.datepick').datePicker() }); [/CODE] The calendar won't work. My field is called "datepick". Is there anything else I need to change to get this to work? Thank you.
    Hi, I am trying to use date picker with Zend Framework. The problem is that zend_form doesn't allow "-" in element names. When I change the element name and update the JavaScript: [CODE] Date.firstDayOfWeek = 0; Date.format = 'mm/dd/yyyy'; $(function() { $('.datepick').datePicker() }); [/CODE] The calendar won't work. My field is called "datepick". Is there anything else I need to change to get this to work? Thank you.
  • Nov 19, 2009
    issue 43 (Datepicker in modal window) Status changed by kelvin.luck   -   To re-iterate: The jquery-ui date picker is a different component. This is the repository and issue list for my jQuery date picker ( http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/ ) - a completely different component which predated the jQuery UI one. If you are using the jQuery UI datepicker you should use their mailing list to report problems.
    Status: Invalid
    To re-iterate: The jquery-ui date picker is a different component. This is the repository and issue list for my jQuery date picker ( http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/ ) - a completely different component which predated the jQuery UI one. If you are using the jQuery UI datepicker you should use their mailing list to report problems.
    Status: Invalid
  • Nov 19, 2009
    issue 43 (Datepicker in modal window) commented on by trapni   -   I'd vote to have this *fixed* upstream, so, that we don't have to post-fix it ourself on each jquery update.
    I'd vote to have this *fixed* upstream, so, that we don't have to post-fix it ourself on each jquery update.
  • Nov 18, 2009
    issue 43 (Datepicker in modal window) commented on by swaceves   -   TY 4 aLL Best way is: Find de *.css for the Jquery ui, in use. [Original] .ui-datepicker { width: 17em; padding: .2em .2em 0 } [Modify] .ui-datepicker { width: 17em; padding: .2em .2em 0; z-index:9999; }
    TY 4 aLL Best way is: Find de *.css for the Jquery ui, in use. [Original] .ui-datepicker { width: 17em; padding: .2em .2em 0 } [Modify] .ui-datepicker { width: 17em; padding: .2em .2em 0; z-index:9999; }
  • Nov 17, 2009
    issue 143 (First of the month occurs twice) commented on by rickydeez   -   I have the same problem.
    I have the same problem.
  • Nov 17, 2009
    issue 142 (Day of Week Names Are Off) commented on by rickydeez   -   Thanks - that seems to fix the Order of the Days. But after i added that, i now get two 1st in my month which throws off the days. Any idea why it's happening?
    Thanks - that seems to fix the Order of the Days. But after i added that, i now get two 1st in my month which throws off the days. Any idea why it's happening?
  • Nov 17, 2009
    issue 143 (First of the month occurs twice) reported by bezpanike   -   This is happening with the code in the download section that is from Dec 08. I replaced it with the newer code directly from http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/index.html (labeled as Aug 09) and the problem went away. See screenshot.
    This is happening with the code in the download section that is from Dec 08. I replaced it with the newer code directly from http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/index.html (labeled as Aug 09) and the problem went away. See screenshot.
 
Hosted by Google Code