I have seen
* ddmmmyy (01Dec09)
* ddmmmyyyy (01Dec2009)
* single digit month code stemming from futures delivery codes i.e. F4
(Jan2014), so 1F4 for very terse near-term
date.
http://www.cmegroup.com/market-data/volume-open-interest/volume-by-price-faq.html#q7
On Wednesday, May 28, 2014 9:38:11 PM UTC+7, Jacob Quinn wrote:
>
> I'm doing a round of improvements for Date and DateTime parsing/formatting
> and I'd love to make the test coverage much more robust. I've built the
> tests around many common cases already, but I'd love to see any more
> esoteric or possibly tricky cases to make sure the code holds. A great
> example was Jiahao's example using Chinese character separators:
>
> date("2009年12月01日")
>
>
> Anyway, I figured there are quite a few developers out there who run into
> date/datetime strings every so often, so if you wouldn't mind sharing on
> this thread, I'd appreciate the additional "real world" test cases.
>
> -Jacob
>
> Current set of tests:
> https://github.com/karbarcca/Dates.jl/blob/master/test/test_io.jl
>