OOPS. I missed the list. Sorry.
dark0s wrote: > I'd like to use [% USE date %], but I need date in following format: > > YYYY:MM:DD hh:mm:ss > > I write [% date.format(date.now, '%D %T') %], but I have the following format: > > hh:mm:ss DD:MM:YY Using the most excellent man page (man date) I find: '%Y:%m:%d %H:%M:%S' \\||/ Rod -- > > Thanks, > savio > > > > > > _______________________________________________ > templates mailing list > [email protected] > http://mail.template-toolkit.org/mailman/listinfo/templates _______________________________________________ templates mailing list [email protected] http://mail.template-toolkit.org/mailman/listinfo/templates
