DateJS - An Open Source JavaScript Date Library

logoDateJS is an open source Javascript date library. It is the ultimate Javascript warrior for parsing, formatting and processing date.

quote_leftComprehensive, yet simple, stealthy and fast. Datejs has passed all trials and is ready to strike. Datejs doesn’t just parse strings, it slices them cleanly in two.quote_right

To use DateJS library, you need to include the date.js JavaScript file in your web page.

<script type=”text/javascript” src=”date.js”></script>

It can be used to convert string into date or write more amazing code like:

datejs01

DateJS is currently in Alpha-1 release, and under active development. You can download the latest release from http://www.datejs.com/download/ or connect directly to the SVN source repository via http://www.datejs.com/svn/. To learn how to use DateJS library, visit the Tutorial page.

Leave a Reply