Datejs - Javascript Date Library
11 am on November 23rd, 2007
Datejs is an open-source JavaScript Date Library.
Comprehensive, 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.
Datejs is released under the MIT License and available for download at GoogleCode.
Using Datejs is so easy:
Just include following javascript link in the head part of your html file.
<script type=”text/javascript” src=”date.js“></script>
and write down the code:
// What date is next thrusday?
Date.today().next().thursday()
// Add 3 days to Today
Date.today().add(3).days()
Ain’t it easy!
