|
I'm trying to validate a date using an xml schema
but I have no success. The format of my date in the xml is : yyyyMMdd
instead of yyyy-MM-dd. I read in the documentation somewhere that the
built-in date datatype requires separators. Is that true ? How would
you go and validate a date with that format ?
|
