Answers for "Which is the format to display the date in dd-Mon-yy format?(E.g. 07-Aug-18)in php"

PHP
3

php date format dd/mm/yyyy

date("d/m/Y", strtotime($str));
Posted by: Guest on November-01-2020

Code answers related to "Which is the format to display the date in dd-Mon-yy format?(E.g. 07-Aug-18)in php"

Browse Popular Code Answers by Language