Search Results

Search: Posts Made By: neel2462
1,189
Posted By neel2462
Want to use function and execute the below query in script.
#!/bin/bash
function getDeliveredDispatches(firstDateTime, lastDateTime, limit) {
var cursor = db.dispatches.find(
{$and: [
{"createdDtm" : {$gte : firstDateTime, $lte:lastDateTime}},...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 09:33 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy