Answer the question
In order to leave comments, you need to log in
How to validate date in laravel?
I need to display posts that do not have a deadline, but it may be that the post does not have a deadline and it also needs to be displayed. I myself wrote this, I have an error.
->whereHas('unpublished_at', function ($query) {
return substr(date('Y-m-d', strtotime($query.'1 day')),0,10) < date('Y-m-d');
})
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question