Skip to content

Instantly share code, notes, and snippets.

@zerolab
Created April 4, 2014 15:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zerolab/9976471 to your computer and use it in GitHub Desktop.
Save zerolab/9976471 to your computer and use it in GitHub Desktop.
date_api date transformations
<?php
$date = new DateObject($date_raw, date_get_timezone_db($field['settings']['tz_handling']));
$date_formatter = date_format($date, DATE_FORMAT_ISO);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment