Format controls for date, Format controls for time – Kofax Communication Server 9.1 User Manual
Page 89
Client Applications
Administrator‘s Manual Version 5.32.00
©Kofax, Inc.
89/203
Japanese
17
932
932
Norwegian
20
0
1252
Polish
21
1
1250
Portuguese
22
0
1252
Romanian
24
1
1250
Russian
25
1252
1252
Slovak
27
1
1250
Slovenian
36
1
1250
Spanish
10
0
1252
Swedish
29
0
1252
This feature is only supported for the combinations of KCS and workstation code pages listed
above. A Japanese edition of Windows NT or 9x is required for locale ID 17, all others work
on both English and Japanese versions. Using locale identifiers not listed above or with other
combinations of KCS and workstation code page will produce either an empty string or an
incorrectly converted string.
7.2.1
Format Controls for Date
Note that these are case sensitive.
d
Day of month in digits with no leading zero for single-digit days.
dd
Day of month in digits with leading zero for single-digit days.
ddd
Day of week as a three-letter abbreviation in the selected language
dddd
Day of week in the full name in the selected language
M
Month in digits with no leading zero for single-digit months.
MM
Month in digits with leading zero for single-digit months.
MMM
Month as a three-letter abbreviation in the selected language
MMMM
Month in its full name in the selected language
y
Year in last two digits, but with no leading zero for years less than 10.
yy
Year in last two digits, but with leading zero for years less than 10.
yyyy
Year represented by full four digits.
gg
Period/era string. This element is ignored if the date to be formatted does
not have an associated era or period string.
7.2.2
Format Controls for Time
Note that these too are case sensitive.
h
Hours with no leading zero for single-digit hours; 12-hour clock
hh
Hours with leading zero for single-digit hours; 12-hour clock
H
Hours with no leading zero for single-digit hours; 24-hour clock
HH
Hours with leading zero for single-digit hours; 24-hour clock
m
Minutes with no leading zero for single-digit minutes
mm Minutes with leading zero for single-digit minutes
s
Seconds with no leading zero for single-digit seconds
ss
Seconds with leading zero for single-digit seconds
t
One character time marker string, such as A or P (depends on selected language)
tt
Multicharacter time marker string, such as AM or PM (depends on selected
language)