Skip to content

Instantly share code, notes, and snippets.

@johnabela
Last active April 2, 2016 22:22
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 johnabela/f6370f47a8c10814b051d8315db15c23 to your computer and use it in GitHub Desktop.
Save johnabela/f6370f47a8c10814b051d8315db15c23 to your computer and use it in GitHub Desktop.
$Today = gregoriantojd(date('n'),date('j'),date('Y'));
$Month = jdmonthname($Today,4);
$Date = jdtojewish($Today);
list($notused, $Day, $Year) = explode('/',$Date);
echo "$Month $Day, $Year";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment