It is not at all clear what you are trying to achieve.
May 29, 2017
5
Level 13
Carbon and Conversion date
Hello all,
I hope You are well :)
in my controller i have code for store informations from input, is date in format d/m/Y example 29/05/2017
and now i use code:
$post->featured_to = $request->featured ? Carbon::createFromFormat('d/m/Y', $request->featured_to)->toDateTimeString() : NULL;
Date is convert, but i have to convert date until midnight like '2017-05-31 00:00:00' but date is converted until hour what time i do convert,
Any ideas how to fix it?
Please or to participate in this conversation.