jquery-glob
jquery-glob copied to clipboard
$.parseDate() not working with Arabic formatted dates
I am using $.format(today, "d") using Arabic as the language and I get a date something like "30/03/32". Using $.parseDate("30/03/32") returns null while keeping the culture with Arabic the whole time.