in reply to Comparing two dates without installing any modules
Hi
An easy way would be to transform the dates into numbers, e.g. year*10000 + month*100 + day. Then you could just compare them numericaly (with >, <) to check if a date is in a range.
HTH, Rata
|
|---|