@haizone Is your start_date_time value format same with now()? Check your start_date_time format and now() format.
Dec 27, 2022
3
Level 2
where() with datetime field
i try need to make a query with data time filed the date and the time in the field is important
i try to make something like that but isn't work: where('start_date_time' , '>=' , now())
i try with whereDate() too but isn't work and filter for me only the date
how i can do that? thanks
Please or to participate in this conversation.