syncano-node
syncano-node copied to clipboard
Method: whereYear
// Get posts created in 2017
data.posts
.whereYear('created_at', 2017)
.list()