Hi,
Is it possible to extract the Date Updated information to the millisecond?
I am using Date.parse() at the moment, and it is extracting the date/time in number form but I can see that it is only to the second not millisecond.
If it is not possible, can it be confirmed as to how Date Updated is rounded when it is created by the system? Is it rounded to the nearest second, or is the milliseconds cut off the time. ie if rounded 8.8 seconds would become 9 seconds but if cut, it would become 8 seconds.
Thanks