I have this code in a field and i want to output formated date from it, how can I do that?

  [field_time] => Array
        (
            [0] => Array
                (
                    [value] => 1999-05-22T00:00:00
                    [timezone] => Europe/Budapest
                    [timezone_db] => Europe/Budapest
                    [date_type] => date
                )

        )

Comments

JKingsnorth’s picture

Issue summary: View changes
Status: Active » Closed (fixed)

Formatting could be done through the 'Manage display' interface, through Views or custom using the Date API functions like format_date
http://drupalcontrib.org/api/drupal/contributions!date!date_api!date_api...

Closing off the old issue. Please come back with more details and reopen the issue if you still require assistance.