Skip to content

Instantly share code, notes, and snippets.

@kanduvisla
Created April 3, 2012 12:27
Show Gist options
  • Save kanduvisla/2291584 to your computer and use it in GitHub Desktop.
Save kanduvisla/2291584 to your computer and use it in GitHub Desktop.
strftime shortcuts
<?php
// Stel locale in
setlocale(LC_ALL, 'nl_NL');
// Dinsdag, 3 Maart 2012
echo strftime('%A, %e %B %Y', $stamp);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment