admin:dateformatting
Differences
This shows you the differences between two versions of the page.
admin:dateformatting [2011/06/03 10:05] – created jwarrior | admin:dateformatting [2011/06/03 10:05] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Date Formatting ====== | ||
+ | LCTime>> | ||
+ | |||
+ | " | ||
+ | It may contain any combination of characters and field | ||
+ | descriptors. The date format is composed of characters | ||
+ | and the following field definitions from the POSIX CTIME() | ||
+ | definition. | ||
+ | |||
+ | Identifier Meaning | ||
+ | |||
+ | %b -> | ||
+ | %B -> | ||
+ | %m -> | ||
+ | %z -> | ||
+ | |||
+ | %d -> | ||
+ | %e -> | ||
+ | %f -> | ||
+ | |||
+ | %w -> | ||
+ | %A -> | ||
+ | %a -> | ||
+ | |||
+ | %y -> | ||
+ | %Y -> | ||
+ | " |