Skip to content

Instantly share code, notes, and snippets.

@BeauBouchard
Last active August 29, 2015 14:24
Show Gist options
  • Save BeauBouchard/6136c9731af0cc9d0d17 to your computer and use it in GitHub Desktop.
Save BeauBouchard/6136c9731af0cc9d0d17 to your computer and use it in GitHub Desktop.
<?php
if(!empty($items)):
$item = array_shift($items);
$model = (object)$item->model;
?>
<pubDate><?php echo date("D, d M Y H:i:s O", $model->meta['publish_date']); ?></pubDate>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment