Date Library - Not what I expected

Nov 28, 2007

Ajaxian wrote about a cool Mad Cool Date Library. It unfortunately is not library of ladies waiting to date me. It IS one really cool JavaScript library for handling dates. You have to read the Ajaxian article to see all of the cool tricks.

Here’s just a few samples from the article:

What date is next thursday?
Date.today().next().thursday();

// Add 3 days to Today
Date.today().add(3).days();

// Is today Friday?
Date.today().is().friday();

by tom | Categories: programming, web design |

No Responses so far | Have Your Say!

Leave a Feedback

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>