How can I change the calendar to Gregorian while using locale "th_TH"?
We use the flasg.globalization.DateTimeFormatter to format our dates and it works like charm.
In thailand (locale th_TH) the date is shown like this 4/10/2556 which is correct because most of the people seems to use the buddhist-time. But unfortunatelly our client wants to display the gregorian-time for those pepole, too...
So I would like to know, how to get rid of this offset! Does someone has an idea?
Yours,
Uli
