User Tools

Site Tools


admin:timeformatting

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

admin:timeformatting [2011/06/03 10:07] – created jwarrioradmin:timeformatting [2011/06/03 10:07] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Time Formatting ======
  
 +LCTime>>tFmt
 +
 + "Answers a string containing the standard time format.  
 + It may contain any combination of characters and field
 + descriptors. The time format is composed of characters
 + and the following field definitions from the POSIX CTIME()
 + definition.
 +
 + Identifier Meaning
 +
 + %H -> Hour, (00-23)
 + %I -> Hour, (01-12)
 + %k -> Hour, (0-23) -> no leading zeros
 + %l -> Hour, (1-12) -> no leading zeros
 +
 + %M -> Minute, (00-59)
 + %S -> Seconds, (00-59)
 + %p -> Locale's Equivalent of AM/PM
 +"