Hi,
my table has
id,startdate,enddate,starttime,endtime,salelocation,imagename
both dates are in date type and starttime and endtime are in time type.
I want to check if my data consisting of startdate,starttime,enddate,endtime cannot be present in table and must be a valid date and time duration.
How to check this valid date and time interval?
my problem was not validating date or time.
Duration of startdate with starttime and enddate with endtime can't be present in table,
It must be a valid interval for sale a particular product.
Thanks
Ramakrishnan t