Set calendar to Gregorian for Arabic locales
by David Storey
JavaScript
var formatter = new Intl.DateTimeFormat("ar-SD-u-ca-gregory");
console.log(formatter.format(new Date("2013-11-09")));
by David Storey
var formatter = new Intl.DateTimeFormat("ar-SD-u-ca-gregory");
console.log(formatter.format(new Date("2013-11-09")));