0
Expensive,
I need to calculate how many days remain to reach the expected date.
I’m getting the following values
var dataPrev = row[4]; //26/01/2018
var dataNaoFormat = new Date(); //22/01/2018
I’m making the following calculation:
var sub = dataPrev - dataNaoFormat;
And the result is :
2.65807814E8
Apart from the scientific format, 26,580,781.400 million.00
I need you to call me back a full number, in which case it would be 4.