greg@turnstep.com writes:
> !     /* A year and a day is currently an error, as YYYY-DD-MM is not allowed */
> !     else if ((fmask & DTK_M(YEAR)) && (fmask & DTK_M(MONTH)))
> !         return -1;
I believe this conditional is incorrect.  The second part should be
DTK_M(DAY).
--
Peter Eisentraut   peter_e@gmx.net