R
R
Ruslan Safronov2018-10-06 15:03:59
Laravel
Ruslan Safronov, 2018-10-06 15:03:59

How to get date only, without hours minutes and seconds?

When calling {{$user->created_at}}, you need to get only the date, without hours, minutes and seconds
Here is an example 2018-09-05
10:08:48
I have a request in the Blade Template Engine

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Artem0071, 2018-10-06
@grizlibizli

{{$user->created_at->toDateString()}} link

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question