marklogic-community / Corona

Community REST API for MarkLogic
Other
37 stars 9 forks source link

RFE: Support parsing more date locales #13

Open hunterhacker opened 12 years ago

hunterhacker commented 12 years ago

Today the date parser understands many different styles, in 5 languages (and tested against millions of MarkMail messages). We should probably support all the languages where MarkLogic has enhanced support.

It should be fairly easy to generate the match strings. Write a Java program and use its SimpleDateFormatter to print dates in all the different styles, then adjust the locale to get examples for all the necessary languages.