Labels

Wednesday, June 20, 2012

LR Paramterizationfor Date And Time Symbols In VuGen -Format Specifiers

The following table explains about the date/time symbols:
Symbol Description
c complete date and time in digits
#c complete date as a string and time
H hours (24 hour clock)
I hours (12 hour clock)
M minutes
S seconds
p AM or PM
d day
m month in digits (01-12)
b month as a string - short format (e.g. Dec)
B month as a string - long format (e.g. December)
y year in short format (e.g. 03)
Y year in long format (e.g. 2003)