Hi all,
Assuming that I have two values:
StartDate = fields.Datetime()
EndDate = fields.Datetime()
And now I'm supposed to let the"EndDate"not earlier than "StartDate": if it happens,I will receive a warning.
So how to compare these dates become a problem.
Thanks.