syncano-node
syncano-node copied to clipboard
Method: whereDate
// Get posts with given date
data.posts
.whereDate('created_at', '2017-06-22')
.list()