[EMAIL PROTECTED] 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 [EMAIL PROTECTED] ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly