Template::Plugin::Datum 0.02 review
Download
|
|
Template::Plugin::Datum is a Perl module with TT2 plugin that converts international date format to German date format.
SYNOPSIS
[% USE Datum %]
von: [% '20030101' | datum %] -> 01.01.2003
bis: [% '2003-12-31' | datum %] -> 31.12.2003
Zeitstempel: [% '20031212143000' | datum %] -> 12.12.2003 14:30:00
This plugin converts international date format (year-month-day) to German date format (day.month.year).
Recognized formats are:
yyyy-mm-dd (2003-12-31)
yyyymmdd (20031231)
yyyymmddHHMMSS (20031231143000) date and time
Requirements:
Perl
Template::Plugin::Datum 0.02 keywords