Open GoogleCodeExporter opened 8 years ago
Doh! I just found out about isDST(). It's a poor-mans implementation, but
it'll
work for my needs. I couldn't find any way to update the wiki, which is
strange, but
the documentation should be updated. Also console.log should be in a try/catch
as
it's an undefined variable in some browsers which throws an exception.
Original comment by Mr.Adam....@gmail.com
on 30 Mar 2010 at 6:45
Look for isDaylightSavingTime() .
Notice the lack case difference and the lack of an s after "Saving"
This looks like a mistake in the documentation of functions like
getTimezoneAbbreviation
Original comment by jeffv...@gmail.com
on 14 Jun 2012 at 5:59
I've tried isDST(), isDayLightSavingsTime() and isDaylightSavingTime() and none
of them work. For the isDST(), I get a string match error and for the others I
get 'not a function'.
Original comment by louiseze...@gmail.com
on 26 Jul 2012 at 2:04
You need to be sure about the version of the library, because it seems the
download version in this project is not the last one.
Latest version seems to be this one (that has the commented method with "light"
in lowercase.
http://www.datejs.com/build/date.js
¡¡This version has about 40 lines more of code!!
Original comment by marcos.q...@gmail.com
on 4 Apr 2013 at 12:42
fixed in all version on my fork: http://github.com/abritinthebay/datejs
Original comment by darkcr...@gmail.com
on 15 Sep 2013 at 7:18
Original issue reported on code.google.com by
Mr.Adam....@gmail.com
on 30 Mar 2010 at 6:36