Skip to content

Instantly share code, notes, and snippets.

@itomg
Created October 14, 2014 06:35
Show Gist options
  • Save itomg/b71926be585808321e96 to your computer and use it in GitHub Desktop.
Save itomg/b71926be585808321e96 to your computer and use it in GitHub Desktop.
Datetime Format in php and knockout js and angular js
## Oct 08, 2014
## php
<?=date_format(date_create($review->created_at), 'M d, Y');?>
## knockout js
?
## angular js
{{ review.created_at | date : 'MMM d, y' : 'UTC' }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment