Format Strings
Both the System Time field note and Time Format for printing (Tools>Options>Print/Plot>Time Stamp) use the same format strings, listed below.
Description: |
Format String: |
Pathname |
%%1 |
Filename |
%%2 |
Partname |
%%3 |
Layout |
%%4 |
Date and Time |
%#c |
Abbreviated weekday name |
%a |
Full weekday name |
%A |
Abbreviated month name |
%b |
Full month name |
%B |
Date and Time appropriate for local |
%c |
Day of month as decimal number (01-31) |
%d |
Hour in 24-hour format |
%H |
Hour in 12-hour format |
%I |
Day of year (001-366) |
%j |
Month as decimal number (1-12) |
%m |
Minute as decimal number (00-59) |
%M |
Current local AM/PM indicator |
%p |
Second as decimal number (00-59) |
%S |
Week of the year with Sunday as first day of the week (00-53) |
%U |
Weekday as decimal number (0-7) (Sunday is 0) |
%w |
Week of the year with Monday as first day of the week (00-53) |
%W |
Date representation for current locale |
%x |
Time representation for current locale |
%X |
Year without century (00-99) |
%y |
Year with century |
%Y |
Time zone name or abbreviation |
%z, %Z |
Sign |
%%% |