I have not been able to correctly compare 2 dates to determine if one is less than (occurs prior to) the other.
For example:
if(date1 < date2)
{
...
...
...
}
Please tell me how to do it. I have unsuccessfully spent a lot of time on this. Seems like it should be easy. I probably will be quite embarrassed when I get the solution.
For example:
if(date1 < date2)
{
...
...
...
}
Please tell me how to do it. I have unsuccessfully spent a lot of time on this. Seems like it should be easy. I probably will be quite embarrassed when I get the solution.
Comment