syncano-node
syncano-node copied to clipboard
Method: whereDay
// Get posts where created at day is 22
data.posts
.whereDay('created_at', 22)
.list()