Revision history for DateWithOffset
Revision [19472]
Last edited on 2008-01-28 00:16:35 by JasonHuebel [Modified links pointing to docs server]No Differences
Revision [17926]
Edited on 2008-01-24 20:58:43 by JasonHuebel [Modified links pointing to docs server]Additions:
This action displays the current date, with an optional time offset. Here's the code, which should be saved as ##actions/date.php##:
Deletions:
Revision [17925]
Edited on 2008-01-24 20:58:25 by JasonHuebel [Modified links pointing to docs server]Additions:
This action displays the current date, with an optional time offset. Here's the code, which should be saved as actions/date.php:
Deletions:
Additions:
echo date("M d, Y", time() + (60*60*$offset));
Deletions:
Additions:
echo date("M d, Y", time() (60*60*$offset));
Deletions:
Additions:
**See Also:** TimeWithOffset