@mathias any plans in JavaScript development to parse dates such as Chinese dates eg 2018年2月17日?
Replying to @andreschappo
Unless you need to parse a large number of dates in different unknown languages/scripts, maybe you could get away with: const normalize = (input) => input.replace(/\P{Number}/ug, '-'); Date.parse(normalize('2018年2月17日'));
6:33 AM - 18 Feb 2018
0 replies
0 retweets
1 like
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.
JavaScript, HTML, CSS, HTTP, performance, security, Bash, Unicode, i18n, macOS.