[symfony-users] Re: Format date

2007-07-01 Thread Mat
Thanks that worked a treat :) would never have spotted that. Thanks again, Mat -Original Message- From: Scott Meves [mailto:[EMAIL PROTECTED] Sent: 01 July 2007 16:06 To: symfony-users@googlegroups.com Subject: [symfony-users] Re: Format date Try this: getCreatedAt(null) ?> pass

[symfony-users] Re: Format date

2007-07-01 Thread Scott Meves
Try this: getCreatedAt(null) ?> passing the explicit "null" value should do the trick. -Scott On Jul 1, 2007, at 8:27 AM, Mat wrote: > > Hey all, > I'm probably being particularly stupid here, but i'm struggling to > find an > easy way to display a created_at field in Epoch Seconds, > > My