Page 1 of 1

how can i split the news date string

Posted: Sat Jun 23, 2007 5:06 pm
by africanshox
i want to split the news date string so that i can style them individually using css to achieve something similar to this as a news section:

http://www.allpaymedia.com/

can anybody point me in the right direction as to what i have to do?

thanks in advance

Re: how can i split the news date string

Posted: Sat Jun 23, 2007 5:13 pm
by calguy1000
I'd try using the smarty modifier date_format on $entry->postdate
i.e:

{$entry->postdate|date_format:"%b"}
{$entry->postdate|date_format:"%d"}

Re: how can i split the news date string

Posted: Sat Jun 23, 2007 5:18 pm
by africanshox
quick response!!!

thank you it works :-*