Find by date
Messages before January 1, 2005
db.messages.find({ Date: {$lt: new Date(2005, 0, 1) }})
.limit(10)
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
Messages before January 1, 2005
db.messages.find({ Date: {$lt: new Date(2005, 0, 1) }})
.limit(10)