Hi,
I don’t know how can I search a record by his datetime field when this datetime field is not type (null)
For example :
mydate is a datetime
controller.find()
mydate = null
controller.search()
Hi,
I don’t know how can I search a record by his datetime field when this datetime field is not type (null)
For example :
mydate is a datetime
controller.find()
mydate = null
controller.search()
By heart replace null with ^. However, this is 100% sure in the docs
‘^’ works fine
thanks