I have a customer that I think wants the moon on date validation. I'm asking you guys if I am unreasonable in saying that all these assumptions will result in data anomolies.
here are his requirements:
These are the forms he wants accepted and translated into mm/dd/yyyy:
mm/dd/yyyy
mm/dd/yy
yyyy/mm/dd
yy/mm/dd
m/d/yyyy or m/d/yy
mm/d/yyyy or mm/d/yy
m/dd/yyyy or m/dd/yyyy
He also asked to replace - : ; . with /
He also asked to accept dates without delimeters in all of the above formats.
ex. 01022005
ex. 122005
ex. 1205
He also asked to translate o,O to 0 and l,L to 1
He also asked to transform dates in Julian format then validate that
that date is possible
All the above is done without the user expressing their desired format.
Sera
here are his requirements:
These are the forms he wants accepted and translated into mm/dd/yyyy:
mm/dd/yyyy
mm/dd/yy
yyyy/mm/dd
yy/mm/dd
m/d/yyyy or m/d/yy
mm/d/yyyy or mm/d/yy
m/dd/yyyy or m/dd/yyyy
He also asked to replace - : ; . with /
He also asked to accept dates without delimeters in all of the above formats.
ex. 01022005
ex. 122005
ex. 1205
He also asked to translate o,O to 0 and l,L to 1
He also asked to transform dates in Julian format then validate that
that date is possible
All the above is done without the user expressing their desired format.
Sera