Date Function

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
codetwists
Regular
Posts: 44
Joined: Sat Dec 20, 2008 5:46 pm

Date Function

Post by codetwists »

Normaly if I needed today's date I'd just use the php getdate function. Since I'm working in a Smarty tpl, is there a function in s9y that returns today's date?

Myron
Don Chambers
Regular
Posts: 3657
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Post by Don Chambers »

Here ya go Myron: {$smarty.now}
=Don=
codetwists
Regular
Posts: 44
Joined: Sat Dec 20, 2008 5:46 pm

Post by codetwists »

Thanks!!!!!
Post Reply