Re: How to format a datetime in a webpage?

2011-01-29 Thread Wayne Young
Thank you very much! I misunderstood the meaning of "date" and "the time of day"... On Fri, Jan 28, 2011 at 8:53 PM, Jirka Vejrazka wrote: > > {{record.ComplaintTime|time:"Y-m-d > > H:i"}} > > From the documentation: > > "The time filter will only accept parameters in the format string th

How to format a datetime in a webpage?

2011-01-28 Thread Wayne Young
Hi all, I have come across an error when I tried to format a datetime in a webpage. This the part of webpage: {% for record in records.object_list %} {{record.ComplaintPhone}} {{record.CustomerName}} {{record.ComplaintTime|time:"Y-m-d H:i"}} {{record.Complai