// Parse the initial value using Carbon
$dateTime = Carbon::parse($dateTimeString);
// Format the date and time as desired
$formattedDateTime = $dateTime->isoFormat('Do MMMM YYYY h:mm:ssa');
// Parse the initial value using Carbon
$dateTime = Carbon::parse($dateTimeString);
// Format the date and time as desired
$formattedDateTime = $dateTime->isoFormat('Do MMMM YYYY h:mm:ssa');