Add DiffMilliseconds() built-in function
1118
Views
1
Comments
New
Service Studio

Many posts can be found on the Forums about how to calculate the difference between two dates in milliseconds.

The current Diff-functions that are available as built-in functions are DiffDays(), DiffHours(), DiffMinutes() and DiffSeconds()

Let's add a DiffMilliseconds() function to that list to speed up development even more as it comes in handy for numerous use cases.

Milliseconds matter. In order for this to be a full fledged solution, CurrTime() and related time functions must also support milliseconds.