Created
November 23, 2012 14:15
-
-
Save em-piguet/4135819 to your computer and use it in GitHub Desktop.
Met la date en fr (output modifier)
This file contains hidden or 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
<?php | |
// Snippet : DATEFR | |
// Usage: [[+tv.datedebut:strtotime:DATEFR]] | |
// | |
setlocale(LC_ALL, 'fr_FR.UTF-8'); | |
$output = strftime('%e %B %Y',strtotime($input)); | |
return $output; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment