
19 Apr
2016
19 Apr
'16
11:18 a.m.
Yup, the only way would be to parse a possible list of alternatives. Should be simple with parsing libraries like parsec. try format1 <|> try format2 <|> ... Regards, Sumit