PHP nl_langinfo() Function
what is the syntax of the NL_LANGINFO() function in php? Parameter Description element Required. Specifies which element to return. Must be one of the following elements:Time and Calendar:ABDAY_(1-7) – Abbreviated name of the numbered day of the weekDAY_(1-7) – Name of the numbered day of the week (DAY_1 = Sunday)ABMON_(1-12) – Abbreviated name of the …