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