- Month names
(mon)
|
一月 二月 三月 四月 五月 六月 七月 八月 九月 十月 十一月 十二月
glibc-HEAD
|
|
- Month abbreviations
(abmon)
|
1月 2月 3月 4月 5月 6月 7月 8月 9月 10月 11月 12月
glibc-HEAD
|
|
- Weekday names
(day)
|
禮拜日 禮拜一 禮拜二 禮拜三 禮拜四 禮拜五 禮拜六
glibc-HEAD
|
|
- Days abbreviated
(abday)
|
|
Example: Sun\nMon\nTue\nWed\nThu\nFri\nSat
|
- Week definition
(week)
|
|
|
- Date and Time format
(d_t_fmt)
|
%Y年%m月%d日 (%A) %H點%M分%S秒
glibc-HEAD
|
Example: %a %d %b %Y %r %Z (=Thu 04 Aug 2006 09:00am CET)
Approx. output of current value: 2024年11月21日 (禮拜四) 10點30分00秒
|
- Date format
(d_fmt)
|
|
Example: %m/%d/%Y
Approx. output of current value: 2024年11月21日
|
- Time format
(t_fmt)
|
|
Example: %r
Approx. output of current value: 10點30分00秒
|
- AM/PM designations
(am_pm)
|
|
Example: AM\nPM
|
- 12-hour Time format
(t_fmt_ampm)
|
|
Example: %I:%M:%S %p
Approx. output of current value: 上晝 10點30分00秒
|
- Long date and time format
(date_fmt)
|
%Y年 %b %e日 %A %H:%M:%S %Z
glibc-HEAD
|
Example: %a %b %e %H:%M:%S %Z %Y
Approx. output of current value: 2024年 12月 21日 禮拜四 10:30:00 CET
|
- Era
(era)
|
+:2:1913/01/01:+*:民國:%EC%Ey年 +:1:1912/01/01:1912/12/31:民國:%EC元年 +:1:1911/12/31:-*:民前:%EC%Ey年
glibc-HEAD
|
|