Skip to content

Instantly share code, notes, and snippets.

@gbrits
Created May 16, 2019 02:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gbrits/a95f8bf21f82393e14885e25901aff68 to your computer and use it in GitHub Desktop.
Save gbrits/a95f8bf21f82393e14885e25901aff68 to your computer and use it in GitHub Desktop.
PHP Date with Superscript Ordinal Suffix
<?php
echo date('j<\s\up>S</\s\up> M \'y'); // >= PHP 5.2.2 - 16th Feb '19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment