diff --git a/reference/strings/constants.xml b/reference/strings/constants.xml index f30b84017672..dfe1c1336b95 100644 --- a/reference/strings/constants.xml +++ b/reference/strings/constants.xml @@ -337,47 +337,421 @@ <function>nl_langinfo</function> <constant>LC_TIME</constant> Category Constants - + - ABDAY_(1-7) + ABDAY_1 (int) - Abbreviated name of n-th day of the week. + Abbreviated name of first day of the week. - + - DAY_(1-7) + ABDAY_2 (int) - Name of the n-th day of the week (DAY_1 = Sunday). + Abbreviated name of second day of the week. - + - ABMON_(1-12) + ABDAY_3 (int) - Abbreviated name of the n-th month of the year. + Abbreviated name of third day of the week. - + - MON_(1-12) + ABDAY_4 (int) - Name of the n-th month of the year. + Abbreviated name of fourth day of the week. + + + + + + ABDAY_5 + (int) + + + + Abbreviated name of fifth day of the week. + + + + + + ABDAY_6 + (int) + + + + Abbreviated name of sixth day of the week. + + + + + + ABDAY_7 + (int) + + + + Abbreviated name of seventh day of the week. + + + + + + DAY_1 + (int) + + + + Name of the first day of the week. + + + + + + DAY_2 + (int) + + + + Name of the second day of the week. + + + + + + DAY_3 + (int) + + + + Name of the third day of the week. + + + + + + DAY_4 + (int) + + + + Name of the fourth day of the week. + + + + + + DAY_5 + (int) + + + + Name of the fifth day of the week. + + + + + + DAY_6 + (int) + + + + Name of the sixth day of the week. + + + + + + DAY_7 + (int) + + + + Name of the seventh day of the week. + + + + + + ABMON_1 + (int) + + + + Abbreviated name of the first month of the year. + + + + + + ABMON_2 + (int) + + + + Abbreviated name of the second month of the year. + + + + + + ABMON_3 + (int) + + + + Abbreviated name of the third month of the year. + + + + + + ABMON_4 + (int) + + + + Abbreviated name of the fourth month of the year. + + + + + + ABMON_5 + (int) + + + + Abbreviated name of the fifth month of the year. + + + + + + ABMON_6 + (int) + + + + Abbreviated name of the sixth month of the year. + + + + + + ABMON_7 + (int) + + + + Abbreviated name of the seventh month of the year. + + + + + + ABMON_8 + (int) + + + + Abbreviated name of the eighth month of the year. + + + + + + ABMON_9 + (int) + + + + Abbreviated name of the ninth month of the year. + + + + + + ABMON_10 + (int) + + + + Abbreviated name of the tenth month of the year. + + + + + + ABMON_11 + (int) + + + + Abbreviated name of the eleventh month of the year. + + + + + + ABMON_12 + (int) + + + + Abbreviated name of the twelfth month of the year. + + + + + + MON_1 + (int) + + + + Name of the first month of the year. + + + + + + MON_2 + (int) + + + + Name of the second month of the year. + + + + + + MON_3 + (int) + + + + Name of the third month of the year. + + + + + + MON_4 + (int) + + + + Name of the fourth month of the year. + + + + + + MON_5 + (int) + + + + Name of the fifth month of the year. + + + + + + MON_6 + (int) + + + + Name of the sixth month of the year. + + + + + + MON_7 + (int) + + + + Name of the seventh month of the year. + + + + + + MON_8 + (int) + + + + Name of the eighth month of the year. + + + + + + MON_9 + (int) + + + + Name of the ninth month of the year. + + + + + + MON_10 + (int) + + + + Name of the tenth month of the year. + + + + + + MON_11 + (int) + + + + Name of the eleventh month of the year. + + + + + + MON_12 + (int) + + + + Name of the twelfth month of the year.