state = ParseDate(locale,date,fmtTemplate,getCharFunc);
D0 A0 A1 A2 A3
BOOL ParseDate(struct Locale *,struct DateStamp *,STRPTR,struct Hook *);
This function converts a stream of characters into an AmigaDOS DateStamp structure. The characters are obtained from the getCharFunc callback hook and the formatting template is used to direct the parse.