- 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)
|
%A %d %B %Y %H:%M:%S
glibc-HEAD
|
Example: %a %d %b %Y %r %Z (=Thu 04 Aug 2006 09:00am CET)
Approx. output of current value: வியாழன் 21 டிசம்பர் 2024 10:33:46
|
- Date format
(d_fmt)
|
|
Example: %m/%d/%Y
Approx. output of current value: 21/11/24
|
- Time format
(t_fmt)
|
|
Example: %r
Approx. output of current value: 10:33:46 CET
|
- 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:
|
- Long date and time format
(date_fmt)
|
%A %d %B %Y %H:%M:%S %Z
glibc-HEAD
|
Example: %a %b %e %H:%M:%S %Z %Y
Approx. output of current value: வியாழன் 21 டிசம்பர் 2024 10:33:46 CET
|