Created
October 14, 2014 06:35
-
-
Save itomg/b71926be585808321e96 to your computer and use it in GitHub Desktop.
Datetime Format in php and knockout js and angular js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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