Revision history for TimeWithOffset
Revision [19240]
Last edited on 2008-01-28 00:14:44 by JasonHuebel [Modified links pointing to docs server]No Differences
Additions:
echo date("h:i:s a", time() + (60*60*$offset));
Deletions:
Additions:
echo date("h:i:s a", time() (60*60*$offset));
Deletions:
Additions:
**See also:** DateWithOffset
----
----
Additions:
echo date("h:i:s a", time());
echo date("h:i:s a", time() + (60*60*$offset));
echo date("h:i:s a", time() + (60*60*$offset));
Deletions:
echo date("M d, Y h:i:s a", time() + (60*60*$offset));