Re: comparing datefield

2009-12-17 Thread Russell Keith-Magee
On Thu, Dec 17, 2009 at 6:42 PM, Daniel Roseman wrote: > On Dec 17, 10:10 am, gganesh wrote: >> hi group, >>  How to compare date field types in a template ,a have field due_on >> taking DateField type .I have to compare to present date .I have tried >> the following in vain ,please help >> In a

Re: comparing datefield

2009-12-17 Thread Daniel Roseman
On Dec 17, 10:10 am, gganesh wrote: > hi group, >  How to compare date field types in a template ,a have field due_on > taking DateField type .I have to compare to present date .I have tried > the following in vain ,please help > In a template > {% if enquiry.due_on >= datetime.datetime.today %} .

comparing datefield

2009-12-17 Thread gganesh
hi group, How to compare date field types in a template ,a have field due_on taking DateField type .I have to compare to present date .I have tried the following in vain ,please help In a template {% if enquiry.due_on >= datetime.datetime.today %} .{% end if %} and {% if enquiry.due_on__gt dat