Skip to content

Instantly share code, notes, and snippets.

@em-piguet
Created November 23, 2012 14:15
Show Gist options
  • Save em-piguet/4135819 to your computer and use it in GitHub Desktop.
Save em-piguet/4135819 to your computer and use it in GitHub Desktop.
Met la date en fr (output modifier)
<?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