Any template lite users?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Any template lite users?

Post 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" }
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Re: Any template lite users?

Post 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?
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
Post Reply