I have date objects which are stored in array. I want to calculate sum of all these dates by rethinkdb
query my data is stored in JSON. The array size can vary.
Asked
Active
Viewed 58 times
0
-
How do you define the sum of dates? What is 2017-03-01 + 1998-12-25? – Etienne Laurin Jan 03 '17 at 15:03
-
my date format is **Fri Dec 30 2016 10:05:01 GMT+00:00** – DEO Jan 04 '17 at 04:47