If you parse a date with qualification like '2004-06~-11' or '?2004-06-~11' it's quite complicated to get the date without qualifiers. UncertainOrApproximate dates like '2004-06-11%' have a date attribute to get '2004-06-11', which is missing for PartialUncertainOrApproximate dates.
If you parse a date with qualification like
'2004-06~-11'or'?2004-06-~11'it's quite complicated to get the date without qualifiers.UncertainOrApproximatedates like'2004-06-11%'have a date attribute to get '2004-06-11', which is missing forPartialUncertainOrApproximatedates.