<?php $string = '2022-09-30T21:39:25.220185123Z'; $date = date_create_from_format( "Y-m-d\TH:i:s.u???P" , $string); var_dump($date);
You have javascript disabled. You will not be able to edit any code.