This topic is locked

Calculate Date Diff value on the fly

6/13/2022 10:38:58 PM
PHPRunner General questions
S
Salaheddin author

Good Day
I'm Traying to finsh Employee Vocation Project Where I have to calculate DATEDIFF between Leave end date & Leave start date ,
I've Used :
DATEDIFF(LeavEndDate, LeavStartDate) + 1 AS NumberOFDays,
but i would to use Javascript OnPageLoad event
any help please

Sergey Kornilov admin 6/15/2022

This is not really a PHPRunner question but you can check this article for inspiration:
https://stackoverflow.com/questions/542938/how-to-calculate-number-of-days-between-two-dates