Closed YouSour closed 4 years ago
Could you try
meteor.call('microfis.checkRepayment', [
{
'id': '0001-000004',
'checkDate': { '\$date': now.millisecondsSinceEpoch }
}
]);
thank you , bro , it works @tanutapi
hi , @tanutapi , i want to pass my current date time from flutter to meteor method that accept parameter type date , i can't get my current date, i don't know why 🤔
Code : Meteor Method (Server)
Code : Flutter