| - Month names
(mon)
|
जनवरी फ़रवरी मार्च अप्रेल मई जून जुलाई अगस्त सितम्बर अक्टूबर नवम्बर दिसम्बर
glibc-HEAD
|
|
| - Month abbreviations
(abmon)
|
जनवरी फ़रवरी मार्च अप्रेल मई जून जुलाई अगस्त सितम्बर अक्टूबर नवम्बर दिसम्बर
glibc-HEAD
|
|
| - Weekday names
(day)
|
एतवार सोमार मंगर बुध बिफे सूक सनिचर
glibc-HEAD
|
|
| - Days abbreviated
(abday)
|
एतवार सोमार मंगर बुध बिफे सूक सनिचर
glibc-HEAD
|
Example: Sun\nMon\nTue\nWed\nThu\nFri\nSat
|
| - Week definition
(week)
|
|
|
| - Date and Time format
(d_t_fmt)
|
%A %d %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: मंगर 28 नवम्बर 2025 11:14:24 पूर्वाह्न
|
| - Date format
(d_fmt)
|
|
Example: %m/%d/%Y
Approx. output of current value: 28/10/25
|
| - Time format
(t_fmt)
|
%I:%M:%S %p %Z
glibc-HEAD
|
Example: %r
Approx. output of current value: 11:14:24 पूर्वाह्न CET
|
| - AM/PM designations
(am_pm)
|
पूर्वाह्न अपराह्न
glibc-HEAD
|
Example: AM\nPM
|
| - 12-hour Time format
(t_fmt_ampm)
|
%I:%M:%S %p %Z
glibc-HEAD
|
Example: %I:%M:%S %p
Approx. output of current value: 11:14:24 पूर्वाह्न CET
|
| - Long date and time format
(date_fmt)
|
%A %d %b %Y %I:%M:%S %p %Z
glibc-HEAD
|
Example: %a %b %e %H:%M:%S %Z %Y
Approx. output of current value: मंगर 28 नवम्बर 2025 11:14:24 पूर्वाह्न CET
|