modif sur les rdz

This commit is contained in:
2025-11-14 14:27:33 +01:00
parent a2fd6f1145
commit 4648c02a2c
9 changed files with 96 additions and 40 deletions

View File

@@ -19,9 +19,9 @@
</#function>
<#-- -------------------------------------------------------------------------------------------- -->
<#-- duration between two datetime in second -->
<#-- Duration between two datetimes in second -->
<#-- -------------------------------------------------------------------------------------------- -->
<#function DurationBetweenTwoDatetimeInsecond startDate endDate>
<#function DurationBetweenTwoDatetimeInSeconds startDate endDate>
<#return (endDate?long - startDate?long) / 1000 >
</#function>