| Compare dates to use for validation
|
mqcarpenter

msg:3516485 | 7:53 pm on Nov 29, 2007 (gmt 0) | I need to create a validation on a form that will compare two user entered dates and determine if the time between them fits a time frame. For example, I need someone to enter a date of birth and another date and the time between them needs to be 18 years for the date to validate. Any ideas on this?
|
duckhunter

msg:3516594 | 9:20 pm on Nov 29, 2007 (gmt 0) | Use the DateDiff function. It can return the value in days, months, years, etc. given the two days that are provided to the function call.
|
|
|