Nicolas Hoizey schrieb:
This came through my feed reader this morning, and I thought it looked
like the kind of thing jQuerians might enjoy:
http://www.datejs.com/
I really don't like the weird syntax they use.
This Date.today().next().thursday(); is not real chaining IMHO. Even
more (3).days().ago();
Chaining suppose you can remove last call and still get something.
What would (3).days(); mean?
jQuery like syntax would probably be more Date.today().next('thursday');
Good point. You should post that to their mailing list.
Jörn