- 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)
|
%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 ডিচেম্বৰ, 2024 10.43.14 পূৰ্ব্বাহ্ন
|
- 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.43.14 পূৰ্ব্বাহ্ন
|
- AM/PM designations
(am_pm)
|
পূৰ্ব্বাহ্ন অপৰাহ্ন
glibc-HEAD
|
Example: AM\nPM
|
- 12-hour Time format
(t_fmt_ampm)
|
|
Example: %I:%M:%S %p
Approx. output of current value: 10.43.14 পূৰ্ব্বাহ্ন
|
- 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 ডিচেম্বৰ, 2024 10.43.14 পূৰ্ব্বাহ্ন CET
|