Skip to content

Instantly share code, notes, and snippets.

@stackprogramer
Created October 7, 2019 12:24
Show Gist options
  • Save stackprogramer/81cca867b8f469dc17a05845e2f42563 to your computer and use it in GitHub Desktop.
Save stackprogramer/81cca867b8f469dc17a05845e2f42563 to your computer and use it in GitHub Desktop.
/*Three_post_date*/
/*Persian date*/
echo date_i18n( get_option( 'date_format' ), strtotime( '11/15-1976' ) ).'<span> </span>,';
/*Arabic date*/
echo arabicDate('hj:j F Y ',time()).'<span> </span>,';
/*English date*/
echo date('l F j Y');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment