asmaoui / jquery-datepicker

Automatically exported from code.google.com/p/jquery-datepicker
0 stars 0 forks source link

duplicate 28 date in March any year #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
check March 28 each year

What is the expected output? What do you see instead?
there are 2 28 dates in March

Please provide a URL to a page displaying the problem.
any demo on your datepicker page

What version of the datepicker are you using? On what operating system? And
Which Browser?
version 2 - any os any browser

Please provide any additional information below.
crytical error

Original issue reported on code.google.com by bstdevel...@gmail.com on 20 Jan 2009 at 8:53

GoogleCodeExporter commented 9 years ago
I'm unsure of the correct fix for this bug as the bug seems to manifest itself 
differently in different time zones. It is certainly related to Daylight 
Savings but different locales seem to suffer from it differently and what fixes 
one seems to make people in another locale complain!

If you look at the current version of the code ("$Id: jquery.datePicker.js 103 
2010-09-22 08:54:28Z kelvin.luck $") on line 145 you will see that it is 
setting the new date to 12 midday as it loops through the month. It seems to me 
that this should avoid any timezone issues. Are you definitely using the latest 
version of the code?

Original comment by kelvin.l...@gmail.com on 8 Nov 2010 at 9:31

GoogleCodeExporter commented 9 years ago
i see, the latest version doesnt have that prob on my pc..
btw, is this code the same as yours?
http://jqueryui.com/demos/datepicker/ it seems they have better skins for the 
picker (the default is tooo gray) cheers, 

Original comment by rvelo...@gmail.com on 8 Nov 2010 at 9:44

GoogleCodeExporter commented 9 years ago
Glad the latest code already fixed your problem :)

The jQuery UI date picker is a different date picker that was developed after 
mine. They do have some nice skins. You can easily create a custom skin for 
your needs for my date picker using CSS - if you would like to contribute it 
back to the project then I could make it available for everyone. The default 
grey version is meant to be a super simple starting point for people to make 
skins which fit the look and feel of their websites...

Original comment by kelvin.l...@gmail.com on 8 Nov 2010 at 10:59

GoogleCodeExporter commented 9 years ago
Kevin, I just downloaded the latest and am pleased that this bug is fixed! 
However, I don't see a minified version of the code

Original comment by mistergo...@gmail.com on 17 Nov 2010 at 12:48

GoogleCodeExporter commented 9 years ago
You can minify it yourself using one of a number of tools:

http://developer.yahoo.com/yui/compressor/
http://jscompress.com/
http://dean.edwards.name/packer/

It's considered best practice to merge your JS files into one and compress the 
entire file for best performance on your website

Original comment by kelvin.l...@gmail.com on 17 Nov 2010 at 10:39

GoogleCodeExporter commented 9 years ago
Daylight savings bug should be fixed in date.js (see #362)

Original comment by kelvin.l...@gmail.com on 24 Mar 2013 at 10:18