Hello, I've written some code to test with it,
by changing base/dates/io.jl, base/dates/types.jl
https://gist.github.com/wookay/7bf4d8c2afb35920f688

There's Date Field Symbol Table
http://unicode.org/reports/tr35/tr35-6.html#Date_Format_Patterns

thank you.

WooKyoung Noh

On Sunday, April 19, 2015 at 10:40:16 PM UTC+9, Pontus Stenetorp wrote:
>
> Everyone, 
>
> I am currently parsing some data that unfortunately uses a 12-hour 
> clock format.  Reading the docs [1] and the source, [2] I am now 
> fairly certain that `Base.Dates` currently lacks support to parse 
> something like `"Apr 1, 2015 1:02:03 PM"`.  Am I correct in this? 
> Also, what would you recommend as an alternative library? 
>
>     Pontus 
>
> [1]: 
> http://docs.julialang.org/en/latest/stdlib/dates/#Dates.Dates.DateFormat 
> [2]: 
> https://github.com/JuliaLang/julia/blob/32aee08d0b833233cd22b7b1de01ae769395b3b8/base/dates/io.jl
>  
>

Reply via email to