2 yabba Apr 08, 2005 12:03

Canon!!!
;) Tank You!!!!
For Skins 2.0 and for this function
<?php
// ------------------------------ DATE SEPARATOR ------------------------------
$MainList->date_if_changed( array(
'before' => '<div id="date">',
'after' => '</div>',
'date_format' => '#',
) );
?>
What are some choices for the date_format?
Without actually checking the code I'd guess it accepts any of the php [url=http://uk2.php.net/manual/en/function.date.php]date parameters[/url]
¥
TemplateTags - B2evolution
<?php $Item->issue_date( array(
'before' => '<span class="timestamp">',
'after' => '</span>',
'date_format' => 'Y-m-d', ) ); ?>
[url=http://forums.b2evolution.net/viewtopic.php?p=16762&highlight=#16762]This post[/url] will tell you how ;)
?