cldr-engine
cldr-engine copied to clipboard
Date/Number parsing
Hi there, I was just wondering if there are any plans to add parsing to the feature stack. In some scenarios it would be nice to parse the date or number against the current user culture.
Regards Benjamin
hi @maertz I don't currently have plans to add parsing of dates or numbers.
The globalize library contains parsers for dates and numbers which could be adapted or reimplemented by someone to use cldr-engine schema and data. I'm not sure how well those parsers work in practice, but they seem geared towards strict parsing where the date/number pattern is known in advance.