The version you can download from here is fully functional, but the source code is minified and mangled (using the YUI compressor). If you want the full source code, please purchase a license.
Feel free to use the version distributed here for non-commercial purposes, i.e. on your personal blog, on a charity or educational website, in your free software, etc.
Releases
-
JSCal2-1.8, 2010-04-11
This release fixes a long standing, subtle bug that occurred during daylight saving time (DST) months. The problem was that the day during which DST occurred was sometimes displayed twice, and the rest of the calendar was wrong for that month.
It was really hard to track down the bug because it required a set of conditions in order to be able to reproduce it. I'll blog about it someday. It was reported a few times, here, here and here. I'm glad to say that it's finally fixed.
Other news:
- added
checkRangeconstructor argument. - fixed parsing of date + time (it was a bit random when time was included)
- when
showTimeistrue, read time too from the input field
- added
-
JSCal2-1.7, 2009-07-16
Fixes a bug introduced in 1.6 that prevented the input field from being updated a second time.
Added Chinese translation.
-
JSCal2-1.6, 2009-06-23
Fixes a bug with selection.getDates() (when no format was passed, all dates in the array were set on the last date in selection).
Added Japanese and Portuguese translations.
-
JSCal2-1.5, 2009-06-19
This version adds the time selector, by popular demand. Other new stuff:
- Some new language files contributed by people (CZ, ES, PL). Thank you!
- Ability to (easily) use one calendar instance to manage multiple fields. Demo provided.
- (bugfix) parse existing date in the input field when the calendar pops up
- (bugfix) localized a variable which was mistakenly global (
I18N).
-
JSCal2-1.0, 2009-05-07
First public release of JSCal2.