{ $description "Writes the timestamp (specified on the stack) formatted according to the format string." }
;
ARTICLE: "strftime""Formatted timestamps"
"The " { $vocab-link "time" } " vocabulary is used for formatted timestamps.\n"
{ $subsection strftime }
"\n"
"Several format specifications exist for handling arguments of different types, and specifying attributes for the result string, including such things as maximum width, padding, and decimals.\n"
{ $table
{ "%a""Abbreviated weekday name." }
{ "%A""Full weekday name." }
{ "%b""Abbreviated month name." }
{ "%B""Full month name." }
{ "%c""Date and time representation." }
{ "%d""Day of the month as a decimal number [01,31]." }
{ "%H""Hour (24-hour clock) as a decimal number [00,23]." }
{ "%I""Hour (12-hour clock) as a decimal number [01,12]." }
{ "%j""Day of the year as a decimal number [001,366]." }