Closed GoogleCodeExporter closed 8 years ago
[deleted comment]
Two digit years are supported - you are misusing the mask. The mask must always
be exactly 5 characters long, so d-m-y or d-y-m are valid masks. The mask
specifies two things - the order of the day, month and year, and the separator
character between them. So, your command should read:
csvfix date_iso -f 1 -m 'd-m-y' filename.csv
If you have any other problems with this or any other CSVfix commands, please
ask about them in the support forum at http://groups.google.com/group/csvfix
first, before raising an issue.
Original comment by nbutterworth1953@gmail.com
on 7 Sep 2011 at 9:48
Original issue reported on code.google.com by
mrjclea...@gmail.com
on 6 Sep 2011 at 4:22