Skip to content

Instantly share code, notes, and snippets.

@ivo-ivanov
Created June 10, 2020 07:17
Show Gist options
  • Save ivo-ivanov/5600ee1dbb899026166fb55fe14e47a6 to your computer and use it in GitHub Desktop.
Save ivo-ivanov/5600ee1dbb899026166fb55fe14e47a6 to your computer and use it in GitHub Desktop.
Post date in german format #wordpress
// setlocale(LC_TIME, 'de_DE', 'deu_deu');
<?php the_time('l, j. F Y') ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment