Recent Topics

1 Apr 08, 2005 10:33    

I need help to change the date format if it is possible. Now it just look like
" 05-04-06 ", but I want to have it like this:

Friday, 08 April, 2005 - weekday,date month,year

Thanks :roll:

3 Apr 08, 2005 12:34

Canon!!!
;) Tank You!!!!

4 Nov 21, 2007 00:15

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?


Form is loading...