Could somebody please tell me how to write this line of code with the date as: Month date, Year.
Thank you!
<!-- Date -->
<p><?php printf("%s, %d %s %s %s %d", __(date('l')), (date('j')), __('of','painter'),(date('F')),__('of','painter'), __('Y','painter'))?></p>