strftime for JavaScript 1.2 (Default branch) |
|
|
strftime-js is a library function that provides an
easy way to format dates and times for various
display needs in JavaScript code. Developers who
frequently need to format dates in JavaScript in a
variety of ways will find the most use for this
library. It is especially useful in providing
common code constructs across backend PHP and
frontend JavaScript. strftime-js also provides an
easy way to add support for new locales.
License: BSD License (revised)
Changes:
All of PHP's strftime format specifiers are now
supported, including all locale specific
specifiers. There is now a fast and easy way to
extend locale support. The localization section of
the documentation has also been updated with more
examples.
|