I have UTC time as: 2021-01-30T21:00:00.000Z
2021-01-30T21:00:00.000Z
How to convert it to datetime type for adding to database using Carbon?
I have tried this:
Carbon::now(new Date("2021-01-30T21:00:00.000Z"))->format("yyyy-dd-mm");
You can try this...Carbon::parse('2021-01-30T21:00:00.000Z')
Carbon::parse('2021-01-30T21:00:00.000Z')
1.4m articles
1.4m replys
5 comments
57.0k users