Hi all, I've got two text boxes where users input the dates in specified format (dd/mm/yyyy). current validation checks whether one date is not earlier than the other one and it looks like this:
. however if they are equal which suits me I am still getting an error. any way around it? thanks
Code:
If CLng(CDate(strToDate)) > CLng(CDate(strFromDate))