Date format
This table shows the formatting characters that
you can specify.
However, if you do not specify any value in the Date Format field in the XML Payment/Receipt Layouts (tfcmg0524m000) session, the default value applied is YYYY-MM-DD.
%m | month in year | 1 - 12 |
%w | week in year | week 0 in previous
year week 53 in current year |
%W | week in year | week 53 in previous
year |
%d | day in month | 1 - 31 |
%e | day in week | 1 - 7 |
%j | day in
year | 1 - 365 |
%y | year without century | 01 - 99 |
%Y | year with century | 1 -
9999 |
%h | name of
month | ‘Jan’ - ‘Dec’ (abbreviated) |
%H | name of month | ‘January’ - ‘December’ |
%a | name of day | ‘Sun’ -
‘Sat’ (abbreviated) |
%A | name of day | ‘Sunday’
- ‘Saturday’ |
Example
To display '12/07/2015', specify %D(%02y-%02m-%02d)