d
|
Display the day as a number without a leading zero (1 31).
|
dd
|
Display the day as a number with a leading zero (01 31).
|
ddd
|
Display the day as an abbreviation (Sun Sat).
|
dddd
|
Display the day as a full name (Sunday Saturday).
|
ddddd
|
Display the date as a complete date (including day, month, and year), formatted according to your system's short date format setting. For Microsoft Windows, the default short date format is m/d/yy.
|
m
|
Display the month as a number without a leading zero (1 12). If m immediately follows h or hh, the minute rather than the month is displayed.
|
mm
|
Display the month as a number with a leading zero (01 12). If m immediately follows h or hh, the minute rather than the month is displayed.
|
mmm
|
Display the month as an abbreviation (Jan Dec).
|
mmmm
|
Display the month as a full month name (January December).
|
y
|
Display the day of the year as a number (1 366).
|
yy
|
Display the year as a 2-digit number (00 99).
|
yyyy
|
Display the year as a 4-digit number (100 9999).
|
h
|
Display the hour as a number without leading zeros (0 23).
|
hh
|
Display the hour as a number with leading zeros (00 23).
|
s
|
Display the second as a number without leading zeros (0 59).
|
ss
|
Display the second as a number with leading zeros (00 59).
|
ttttt
|
Display a time as a complete time (including hour, minute, and second), formatted using the time separator defined by the time format recognized by your system. A leading zero is displayed if the leading zero option is selected and the time is before 10:00 A.M. or P.M. For Microsoft Windows, the default time format is h:mm:ss.
|
AM/PM
|
Use the 12-hour clock and display an uppercase AM with any hour before noon; display an uppercase PM with any hour between noon and 11:59 P.M.
|
am/pm
|
Use the 12-hour clock and display a lowercase AM with any hour before noon; display a lowercase PM with any hour between noon and 11:59 P.M.
|
A/P
|
Use the 12-hour clock and display an uppercase A with any hour before noon; display an uppercase P with any hour between noon and 11:59 P.M.
|
a/p
|
Use the 12-hour clock and display a lowercase A with any hour before noon; display a lowercase P with any hour between noon and 11:59 P.M.
|
AMPM
|
Use the 12-hour clock and display the AM string literal as defined by your system with any hour before noon; display the PM string literal as defined by your system with any hour between noon and 11:59 P.M. AMPM can be either uppercase or lowercase, but the case of the string displayed matches the string as defined by your system settings. For Microsoft Windows, the default format is AM/PM.
|
'xx'/"xx"
|
Characters enclosed in single or double quotes are displayed as-is, and do not affect formatting.
|
/
|
Displays the time separator character given by the TimeSeparator global variable.
|
:
|
Displays the time separator character given by the TimeSeparator global variable.
|