wafabekhti
Programmer
How do I compare 2 dates (mm/dd/yy) to let the user know which one is dated earlier.
when I used
if date1 < date2 then
do this
it is comparing the months only.
when I used
if date1 < date2 then
do this
it is comparing the months only.