No matter what stage you're at in your education or career, TuteeHub will help you reach the next level that you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice sessions to improve your knowledge and scores.
General Tech 10 Answers
General Tech 7 Answers
General Tech 3 Answers
General Tech 9 Answers
manpreet
Best Answer
2 years ago
I am a beginner to Nodejs/Mongo DB. I am working on designing a simple page where it displays Pass/Fail status for a chosen date in a button click.
I figured out how to query mongo DB collection to get the Pass and Fail values for a specific date(this 'date' has to come from html date picker).
So i am wondering how to make it dynamic, so that it works for any date chosen in datepicker.
Can someone please help? I have been struggling to find a solution.