Page 1 of 1

Any template lite users?

Posted: Tue Jun 24, 2008 4:20 am
by s.dot
How would I go about doing something like this?

Code: Select all

{ $data.timesignedup|date:{ $SETTINGS_date_format } }
I can't figure it out, if it is possible. I could format it in the php, but I really don't want to.

This works fine:

Code: Select all

{ $data.timesignedup|date:"d M Y g:i A" }

Re: Any template lite users?

Posted: Tue Jun 24, 2008 5:50 pm
by s.dot
And, in an effort not to bump (sorry! but this is a related question). I'm thinking the person who hired me for this project is wanting the templates stored in the database rather than tpl files. Anyone done this using template lite?