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
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