v0.27
- Two constants now control the parsing of dates with two-digit years, as described here.
- Fixes a bug in
CSVRead
where a string such as "1-May-2023" (date orderD-M-Y
) would be read as a date even ifDateFormat
was set toM-D-Y
.
CSVRead
where a string such as "1-May-2023" (date order D-M-Y
) would be read as a date even if DateFormat
was set to M-D-Y
.