Ok, this may be a relatively simply question, but I don't know ASP, and I need the proper syntax for a simple if/else statement. I've got a variable, "birthdate", which is a date field. The condition, in simple language, is as follows:
If birthdate is before 4/22/2002
Then apply condition 1
Else
Apply condition 2
Please help
Thanks!
If birthdate is before 4/22/2002
Then apply condition 1
Else
Apply condition 2
Please help
Thanks!
