- 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)
|
|
|
- First day of week
(first_weekday)
|
|
|
- Date and Time format
(d_t_fmt)
|
%Y წლის %d %B, %T
glibc-HEAD
|
Example: %a %d %b %Y %r %Z (=Thu 04 Aug 2006 09:00am CET)
Approx. output of current value: 2024 წლის 21 დეკემბერი, 10:44:58
|
- Date format
(d_fmt)
|
|
Example: %m/%d/%Y
Approx. output of current value: 11/21/2024
|
- Time format
(t_fmt)
|
|
Example: %r
Approx. output of current value: 10:44:58
|
- 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)
|
%Y წლის %d %B, %T %Z
glibc-HEAD
|
Example: %a %b %e %H:%M:%S %Z %Y
Approx. output of current value: 2024 წლის 21 დეკემბერი, 10:44:58 CET
|