<?php $dateString = '22/08/2018'; $datetime = date_create_from_format ( "d/m/Y" , $dateString); Echo date_format ( $datetime , 'l jS \of F Y' );
You have javascript disabled. You will not be able to edit any code.