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
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 %} .
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
3 matches
Mail list logo