<?php $dt = date_create('2022-08-10 21:42'); $locale = 'en'; $formatter = new IntlDateFormatter( $locale, IntlDateFormatter::LONG, IntlDateFormatter::MEDIUM, null, null, //"d MMMM Y 'at' hh:mm a" ); $date = $formatter->format($dt); echo $date;
You have javascript disabled. You will not be able to edit any code.