ePages 6.11.0 - DE_EPAGES/TLE/API/DateTimeFormatter.pm

Package DE_EPAGES::TLE::API::DateTimeFormatter

TLE format handler date and time issues. The TLE-Variable #INPUT.Locale must exist. This handler supports the following formats:

This handler supports the following tle variables: This handler supports the following tle functions: The default locale for the language and format of the date/time representation is taken from the TLE variable #INPUT.Locale. You can override the locale by setting the TLE variable #DateTimeLocaleID

Example
#CreationDate[date] => 25/05/2010
#Now[datetime:long] => Tuesday, 25 May 2010
#FUNCTION("DAY", #Now).#FUNCTION("MONTH", #Now).#FUNCTION("YEAR", #Now)  => 1.12.2005
#LOCAL("DateTimeLocaleID", "en_US")#Now[datetime:long]#ENDLOCAL => 01.12.2005 11:31:01