I have a json data like this
{
"DATE": "March, 05 2019 08:37:32 +0000",
"EPOINTS": 100,
"EXPIRATIONDATE": "July, 27 2046 08:42:33 +0000",
"ID": 1,
"AVAILABLEEPOINTS": 100,
"TYPE": 1
}
I want to transfer the format of "DATE" to Y-m-d H:i:s
,how should I do.
The language is PHP 7.2 and framework is laravel5.7