VBScript Work out if a person is over 18 based on their Date of Birth
- by Jonathan
Hi all,
I have my users DOB as a string (don't ask), how can I reliably check to see if they are over 18? Would I use DateDiff? How would I convert the string to a date first? The date is in dd/mm/yyyy format.
Many thanks
Jonathan