SSI – Time Format dialog box
Custom Toolbar > SSI > Time Format
(Customize dialog box > Commands tab > Insert > SSI)
Time Format
Select the time format that you wish to display from the list.
Custom Format
Defines the time format directly. Below is a list of parameters that you can use.
Parameter |
Meaning |
Example |
---|---|---|
%a |
Abbreviation name of the day |
Mon |
%A |
Name of the day |
Monday |
%b |
Abbreviation name of the month |
Jun |
%B |
Name of the month |
June |
%c |
Date and time |
Monday, 10 November, 1997 11:08:59 AM |
%d |
days |
05 |
%H |
Time (24 hour clock) |
22 |
%I |
Time (12 hour clock) |
10 |
%j |
Shows how many days have passed since January 1st this year. |
156 |
%m |
Months |
06 |
%M |
Minutes |
21 |
%p |
AM / PM |
PM |
%S |
Seconds |
14 |
%U |
Shows how many weeks have passed since January 1st this year. (Sunday is counted as the beginning of the week.) |
23 |
%w |
Shows how many days have passed since Sunday this week. ( Sunday is ’0′.) |
1 |
%W |
Shows how many weeks have passed since January 1st this year. (Monday is counted as the beginning of the week.) |
22 |
%x |
Date (days:months:years) |
10 November, 1997 |
%X |
Time (hours:minutes:seconds) |
22:21:14 |
%y |
years in two figures |
97 |
%Y |
years in four figures |
1997 |
%% |
% symbol |
% |