Created
October 7, 2019 12:24
-
-
Save stackprogramer/81cca867b8f469dc17a05845e2f42563 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*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