silentmatt / expr-eval

Mathematical expression evaluator in JavaScript
http://silentmatt.com/javascript-expression-evaluator/
MIT License
1.18k stars 239 forks source link

Calculate diff between two dates #239

Open Xaaame opened 3 years ago

Xaaame commented 3 years ago

Hy,

I have a table with two colonns witch are @timestamp values. I need to calculate the diff between this two dates values.

image

My question is how can i do this with this plugin ? I should be able to calculate the diff but i try without succes.

Can someone help me ? Thx