In Strategy, there is currently no formatting options available to display datetime format forms with millisecond values. If the precision is needed to be displayed on a report, a workaround is possible by casting the DATETIME data type to a VARCHAR data type.
The following procedure is an example of displaying the complete datetime data stored in a SQL Server database table. The data is stored in a format of "mm/dd/yyyy hh:mm:ss.mmm" with data type DATETIME.


