Fractions of seconds with FormatDateTime?


Indy500

Recommended Posts

There are stacks of other % specifiers available to allow you to format the date/time exactly how you want. However, if you just want to add decimal seconds, you can do something like this:

FormatDateTime("%c",time) + mid(Format("%.03f",time % 1),1,100)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.