Re: Django equivilent of PHP date in templates.

2008-05-07 Thread James Bennett
On Wed, May 7, 2008 at 2:06 PM, DuncanM <[EMAIL PROTECTED]> wrote: > Would I have to create a template tag, or is there anyway of just > sticking it straight into the template? > > Something similar to what the following php returns: > date("F j, Y"); You probably want to read the list of bui

Django equivilent of PHP date in templates.

2008-05-07 Thread DuncanM
Hi there, I'm wanting to display the durrent day, month and year on my site and wanted to know the easiest way to do it. Would I have to create a template tag, or is there anyway of just sticking it straight into the template? Something similar to what the following php returns: date("F j, Y");