WKWebView HTML Page - Date field display 2544 BE

When selecting HTML Date Field

- Displayed the wrong date format with a text 'BE' Also in Date Picker Year field also with BE text and the Wrong Year.


On Debug, identified Calendar format as Buddhist in iOS Device Settings.

To manage Buddhist to Gregorian Format in code with Calendar identifier - NSCalendarIdentifierGregorian


When pass converted date string(Buddhist to Gregorian) to HTML, still it's displayed with Buddhist Date Format.


How forced to use Gregorian format for iOS date picker when clicking HTML date field?


https://stackoverflow.com/questions/54996891/wkwebview-html-page-date-field-display-2544-be

https://i.stack.imgur.com/nfDow.png

https://i.stack.imgur.com/Avx4q.png