Get Template::Plugin::Date to accept MySQL dates as well as datetimes
I'm using the date plugin for Template::Toolkit (Template::Plugin::Date), it works well with datetimes (yyyy-mm-dd hh:mm:ss) pulled straight out of MySQL, but it will not work with dates (yyyy-mm-dd).
What's the simp开发者_运维问答lest way to get date.format to accept dates (without modifying the sql query)?
Thanks.
[% date.format(yourDateColumn _ ' 00:00:00', '%d %b %Y') %]
精彩评论