I’ve got a form with some textboxes, among these are a
textbox containing future dates. The user need to input
this date.
I want to assure that a uniform date format is used.
(dd/mm/yyyy)
I’m currently using the “Change” event on the textbox and
trying to use the format(date, “dd/mm/yyyy), but for some
reason I get an error with this.
Does anyone have a suggestion to how I solve to validate
this ??
Thanks in advance and
best regards,
Henrik