Company logo
  • Jobs
  • Bootcamp
  • About Us
  • For professionals
    • Home
    • Jobs
    • Courses and challenges
    • Questions
    • Teachers
    • Bootcamp
  • For business
    • Home
    • Our process
    • Plans
    • Assessments
    • Payroll
    • Blog
    • Sales
    • Calculator

0

68
Views
How to get Data using Mongoose

I want to get following data using Mongoose.

This is Schema structure:

title: {
    type: String,
},
deadline: {
    type: Number,(day)
},
date: {
    type: Date,
    default: Date.now()
}

In above, "date" field represents start time.
start time = date
end time = date + 24 * 3600 * 1000 * deadline
I want to get data that current date is in between "start time" and "end time"
Please help me.

7 months ago ยท Juan Pablo Isaza
Answer question
Find remote jobs