Can I use strtotime() and strftime()?
posted by Stephan Borg on 29 Dec 2005 (03:27 UTC)
We have implement locale timezone formatting using BitDate() class.

For easy access, always use:

<?php
$gBitSystem
->mServerTimestamp->strtotime(...);

and

$gBitSystem->mServerTimestamp->strftime(...);

as 
straight replacements.
?>


Inside Smarty templates, use the:

<?php
{$timestamp|bit_short_datetime}
?>


Other formats are:


Permalink (referenced by: 0 posts references: 0 posts)