Mongodb – how to add or modify the date in mongo db pipeline through node js
I have an api in nodejs, which performs mongodb aggregation, in that pipeline the date values will add through request params with the help of an api, aggregation is working fine. but these date values are not getting evaluated. my…