User Tools

Site Tools


timeformatting

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

timeformatting.txt · Last modified: 2011/06/03 07:07 by 127.0.0.1