root/fTime.php


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @775 [775] 03/15/10 01:24:36 wbond Fixed ticket #375 - added the $simple parameter to …
(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) @571 [571] 05/09/09 23:08:36 wbond Fixed ticket #199 - fTime API documentation typo fixed
(edit) @524 [524] 03/06/09 13:00:21 wbond BackwardsCompatibilityBreak - Removed fDate::getSecondsDifference(), …
(edit) @516 [516] 02/23/09 21:44:08 wbond Fixed an outdated fCore method call in fTime
(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) @398 [398] 11/15/08 11:43:50 wbond Added the D modifier to the appropriate preg_* calls
(edit) @388 [388] 11/13/08 20:28:10 wbond BackwardsCompatibilityBreak - fCore::toss() was removed and all exceptions …
(edit) @321 [321] 10/21/08 22:26:09 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/fTime.php:
(edit) @183 [183] 08/31/08 10:55:12 wbond Fixed some code formatting