new Date(dateString) is the same as Date.parse(dateString) and uses browser/os locale to parse the string.
im trying to parse DD/MM/YYYY but i get an ...
does anyone have any good "architecture" for the internationalization of dates? like in english its Monday, chinese: ???, dutch: mandaag, jap: ???
So my first idea is to create some sort ...
does anyone have any good "architecture" for the internationalization of dates? like in english its Monday, chinese: ???, dutch: maandag, jap: ???
So my first idea is to create some sort ...