You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This discussion was converted from issue #2125 on October 15, 2020 16:24.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Description:
I have added the below code in model
protected $dates = ['sale_start_date',''sale_end_date];
My query are like this
I have data from 2020-10-14T00:00:00.000+00:00 to 2020-10-31T00:00:00.000+00:00
But I am getting empty array but I have data
What I am doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions