2008-05-11 [Revision #190]
Coolite Toolkit Version 0.5.4 now available for download.
 

Coolite Forums

Welcome Guest ( Login | Register )
 
2008-05-11 [Revision #190]
Subscribe
Last Login: Today @ 2:38:25 AM
Posts: 448,
Posted 5/12/2008 9:21:12 PM

Group: Core Development Team
  1. Added .today() equality check function. Checks to determine if the current date instance occurs during Today. Must be preceded by the .is() function.

    Example

    someDate.is().today();    // true|false

    new Date().is().today();  // true

    Date.today().is().today();// true

    Date.today().add(-1).day().is().today(); // false

--
Geoffrey McGill
- Experimentalist
twitter [personal] [coolite]
« Prev Topic | Next Topic »
Reading This Topic
Active Users: 0 ( 0 guests, 0 members, 0 anonymous members )
No members currently viewing this topic.
All times are GMT -8:00, Time now is 5:50am