- Month names
(mon)
|
ජනවාරි පෙබරවාරි මාර්තු අප්රේල් මැයි ජූනි ජූලි අගෝස්තු සැප්තැම්බර් ඔක්තෝබර් නොවැම්බර් දෙසැම්බර්
glibc-HEAD
|
|
- Month abbreviations
(abmon)
|
ජන පෙබ මාර් අප්රි මැයි ජූනි ජූලි අගෝ සැප් ඔක් නෙවැ දෙසැ
glibc-HEAD
|
|
- Weekday names
(day)
|
ඉරිදා සඳුදා අඟහරුවාදා බදාදා බ්රහස්පතින්දා සිකුරාදා සෙනසුරාදා
glibc-HEAD
|
|
- Days abbreviated
(abday)
|
|
Example: Sun\nMon\nTue\nWed\nThu\nFri\nSat
|
- Week definition
(week)
|
|
|
- First day of week
(first_weekday)
|
|
|
- Date and Time format
(d_t_fmt)
|
%Y-%m-%d %H:%M:%S %z
glibc-HEAD
|
Example: %a %d %b %Y %r %Z (=Thu 04 Aug 2006 09:00am CET)
Approx. output of current value: 2025-01-30 22:50:08 +0100
|
- Date format
(d_fmt)
|
|
Example: %m/%d/%Y
Approx. output of current value: 2025-01-30
|
- Time format
(t_fmt)
|
|
Example: %r
Approx. output of current value: 22:50:08
|
- 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:50:08
|
- 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: 2025 පෙබරවාරි 30 වැනි බ්රහස්පතින්දා 22:50:08 +0100
|