How To Convert A Foreign Month In A Date String Into English
问题 The below answer to another thread seems to make a start on what I think I need, but I am having difficulties in implementing it. The best library for that purpose would probably be Globalize. It allows you to specify the locale (it is called culture but it is actually the same), the format (built-in or your own) and actually parse string to given date: var dateString = "lunes, 29 de agosto de 2011"; // seems like long date format in Spanish var date = Globalize.parseDate( dateString, "D",