Hi all,
a=2007-05-10
b=2007-06-10
These are the two given dates and I need to compare.
The script should first compare years.If both are same or if a is lesser than b,it should print correct.If a is greater than b,then it should print error.Similarly for the dates(05 and 06).
No need to check for the months(10)
Regards
Dave Nithis