- Month names
(mon)
|
Januari Februari Machi Aprili Mei Juni Julai Agosti Septemba Oktoba Novemba Desemba
afrigen
Januari Februari Machi Aprili Mei Juni Julai Agosti Septemba Oktoba Novemba Desemba
glibc-HEAD
|
|
- Month abbreviations
(abmon)
|
Jan Feb Mac Apr Mei Jun Jul Ago Sep Okt Nov Des
afrigen
Jan Feb Mac Apr Mei Jun Jul Ago Sep Okt Nov Des
glibc-HEAD
|
|
- Weekday names
(day)
|
Jumapili Jumatatu Jumanne Jumatano Alhamisi Ijumaa Jumamosi
afrigen
Jumapili Jumatatu Jumanne Jumatano Alhamisi Ijumaa Jumamosi
glibc-HEAD
|
|
- Days abbreviated
(abday)
|
J2 J3 J4 J5 Alh Ij J1
glibc-HEAD
|
Example: Sun\nMon\nTue\nWed\nThu\nFri\nSat
|
- Week definition
(week)
|
|
|
- First day of week
(first_weekday)
|
|
|
- First working day
(first_workday)
|
|
|
- Date and Time format
(d_t_fmt)
|
%e %B %Y %I:%M:%S %p
glibc-HEAD
|
Example: %a %d %b %Y %r %Z (=Thu 04 Aug 2006 09:00am CET)
Approx. output of current value: 21 Desemba 2024 10:29:02 asubuhi
|
- Date format
(d_fmt)
|
|
Example: %m/%d/%Y
Approx. output of current value: 21/11/2024
|
- Time format
(t_fmt)
|
|
Example: %r
Approx. output of current value: 10:29:02 asubuhi
|
- AM/PM designations
(am_pm)
|
asubuhi alasiri
glibc-HEAD
|
Example: AM\nPM
|
- 12-hour Time format
(t_fmt_ampm)
|
|
Example: %I:%M:%S %p
Approx. output of current value: 10:29:02 asubuhi
|
- Long date and time format
(date_fmt)
|
%e %B %Y %I:%M:%S %p %Z
glibc-HEAD
|
Example: %a %b %e %H:%M:%S %Z %Y
Approx. output of current value: 21 Desemba 2024 10:29:02 asubuhi CET
|