Convert a GEDCOM date into a lubridate date
parse_gedcom_date(date_string, minimise = TRUE)
A date_calendar() string.
Whether to fill in missing date pieces so that the date is minimised. For example, if no month is given, January is used. If minimise = FALSE, December will be used.
A lubridate date.