Filter the read-only grid field by date time

Hi,

I'm adding a grid field into the interface, involving columns from a record type. There is one column called updatedDateTime, and what I want to query is data which were updated within the last 2 days, that means now() - updatedDateTime < 2 days (or 48hours) or . The column format is now dd/M/yyyy hh:mm a

I cannot find out how to write in the filter parameter of a!gridField() so please help!

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data