Why not use the built in PHP date_format function????? http://uk3.php.net/manual/en/function.date-format.php
On 15 Apr 2009, at 09:03, Kevin Barsotti wrote: > > I'm working on an application that deals with a large amount of data, > including DATETIME format dates. These dates have different > formatting > requirements from column to column and even within the same module > view, > i.e. a DATETIME might need to appear as 01-20-2009 in one place and > again as 1/20/09 in another, on the same page. > > The date format information I've managed to find for Symfony doesn't > seem to encompass situations like this, and I was wondering if anyone > might be able to advise me on the matter or direct me to information > that could help me with my implementation. > > -- > Kevin Barsotti > Operations Director > Tribal Dawn, LLC <www.tribaldawn.com> > 412.736.1357 > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
