Milliseconds in dateArithmetic

Hi

I’d quite like to and and subtract milliseconds from a Date datatype, dateArithmetic seems only to go to seconds

The documentation is a little out of date apparently. Try ‘ms’ for milliseconds.

Great

I did try “miliseconds” but I’ll try “ms” in the morning.

Chris

Hi

dateArithmetic({Root Container.Popup Calendar.date}, 10, "ms")

Throws up an error

“Error in ‘dateArithmetic’ function. Date unit: ‘m’ unknown.”

Ignition v7.6.2-rc4

However

dateArithmetic({Root Container.Popup Calendar.date}, 10, "mss")

Seems to function

Chris