root/fDate.php


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @587 [587] 06/02/09 00:06:07 wbond Added fTimestamp::registerUnformatCallback() to allow for locale-specific …
(edit) @577 [577] 05/21/09 08:33:52 wbond Updated documentation to indicate when methods will throw the exception in …
(edit) @524 [524] 03/06/09 13:00:21 wbond BackwardsCompatibilityBreak - Removed fDate::getSecondsDifference(), …
(edit) @514 [514] 02/16/09 23:07:19 wbond BackwardsCompatibilityBreak - fCore::getOS() and fCore::getPHPVersion()
(edit) @492 [492] 01/21/09 21:08:59 wbond Updated fDate, fTime and fTimestamp to more robustly handle the difference …
(edit) @476 [476] 01/11/09 23:20:07 wbond Added support for CURRENT_TIMESTAMP, CURRENT_DATE and CURRENT_TIME SQL …
(edit) @457 [457] 01/03/09 22:13:59 wbond Updated change logs from the past 4 commits
(edit) @453 [453] 12/31/08 00:13:19 wbond Removed the adjustment amount check on fDate::adjust() and fTime::adjust()
(edit) @448 [448] 12/24/08 01:06:02 wbond Updated copyright notices and licenses to use Will instead of William, …
(edit) @403 [403] 11/16/08 23:34:26 wbond BackwardsCompatibilityBreak - Removed fCore::stringlike()
(edit) @388 [388] 11/13/08 20:28:10 wbond BackwardsCompatibilityBreak - fCore::toss() was removed and all exceptions …
(edit) @315 [315] 10/19/08 00:32:49 wbond More API documentation updates
(edit) @267 [267] 10/03/08 14:14:59 wbond Added instance callback handlers
(edit) @257 [257] 09/30/08 23:22:31 wbond BackwardsCompatibilityBreak - Renamed fTimestamp::createFormat() to …
(edit) @242 [242] 09/26/08 09:23:38 wbond Fixed some issues with casting objects to strings
(edit) @239 [239] 09/25/08 01:16:14 wbond BackwardsCompatibilityBreak - fDate::setDate(), fDate::setISODate(), …
(edit) @238 [238] 09/24/08 13:26:44 wbond Updated fDate, fTime and fTimestamp to allow more input types for the …
(copy) @214 [214] 09/12/08 13:51:40 wbond Moved all of the classes out of subdirectories for easier browsing and …
copied from datetime/fDate.php:
(edit) @183 [183] 08/31/08 10:55:12 wbond Fixed some code formatting