%a
|
Abbreviated weekday name
|
e.g. Fri
|
%A
|
Full weekday name
|
e.g. Friday
|
%b
|
Abbreviated month name
|
e.g. Jun
|
%B
|
Full month name
|
e.g. June
|
%d
|
Date in the form YYMMDD (equivalent to %y%m%D)
|
e.g. 080611 for June 11, 2008
|
%D
|
Day of the month (01 to 31)
|
|
%H
|
Hour (00 to 23)
|
|
%I
|
Hour (01 to 12)
|
|
%j
|
Day of the year (001 to 366)
|
|
%l
|
Long date/time representation of locale
|
e.g. Wednesday, December 17, 2008 19:03:47
|
%L
|
Long date representation for locale
|
e.g. Wednesday, December 17, 2008
|
%m
|
Month (01 to 12)
|
e.g. 06 for June
|
%M
|
Minutes (00 to 59)
|
|
%p
|
am/pm indicator
|
e.g. PM
|
%S
|
Seconds (00 to 59)
|
|
%t
|
Time in the form HHMMSS (equivalent to %H%M%S)
|
|
%W
|
Week number (00 to 53)
|
|
%x
|
Date representation for locale
|
e.g. 06_11_08 for June 11, 2008
|
%X
|
Time representation for locale
|
e.g. 14_39_29
|
%y
|
Year without century
|
e.g. 03
|
%Y
|
Year with century
|
e.g. 2009
|
%z
|
Time zone name
|
e.g. GMT Standard Time
|
%Z
|
Time zone offset wrt UTC
|
e.g. +0100 for GMT during DST
|
%1
|
Year 'now' in the form YYYY
|
e.g. 2009
|
%2
|
Month 'now' (01 to 12)
|
|
%3
|
Day 'now' (01 to 31)
|
|
%4
|
Year with century 8 hours ago - useful when shooting events which continue after midnight
|
|
%5
|
Month (01-12) 8 hours ago - useful when shooting events which continue after midnight
|
|
%6
|
Day of the month (01-31) 8 hours ago - useful when shooting events which continue after midnight
|
|