In my project, I am using Globalize 1.1.1.
It has the globalize for weekday in this path "dates/calendars/gregorian/days", I don't know how to get a specific day.
Like I want to get the Globalize for "Thuesday", the field is called "thu".
So my question is, How do I do it?
I had tried:
- Globalize.dateParser({ raw: "weekday/wide" })( "thu" )
- Globalize.formatUnit(1, "days", { form: "wide" })
- Globalize.formatMessage("/dates/calendars/gregorian/days/wide/thu")