Relative Content

Tag Archive for phpphp-carbon

Error on Carbon::createFromFormat function

I have a string as $dateString whose content is “2024-04-29-11-11-12
I will convert it to “2024-04-29 11:11:12” with the command Carbon::createFromFormat(‘Y-m-d-H-i-s’,$dateString);