Re: [RDBO] Date formatting

2007-10-24 Thread Arshavir Grigorian
The first actually returned an array reference, but the second worked just fine. Thank you. On 10/24/07, Cees Hek <[EMAIL PROTECTED]> wrote: > On 10/25/07, Arshavir Grigorian <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I am having trouble formatting dates in Template Toolkit. > > > > $file->creat

Re: [RDBO] Date formatting

2007-10-24 Thread Cees Hek
On 10/25/07, Arshavir Grigorian <[EMAIL PROTECTED]> wrote: > Hi, > > I am having trouble formatting dates in Template Toolkit. > > $file->create_dt(format => '%m/%d/%Y %H:%M:%S') - works fine. > > But > > [% file.create_dt(format => '%m/%d/%Y %H:%M:%S') %] or > [% file.create_dt.format('%m/%d/%Y %H