Help! Display Time with Millisecond

Hi All,
Urgent! Just a newbie needing advice.

Has anybody have a sample C script code in Unix to display time with milliseconds?

Most of the research I'm doing is up to the seconds format only.

Thanks!
Leidail

Try these links and quotes and see if they help your research:

http://www.mcsr.olemiss.edu/cgi-bin/man-cgi?timers\+5

From thread:

http://www.sunmanagers.org/pipermail/summaries/2001-July/001059.html

Others can be found at www.google.com using the keywords:

UNIX time milliseconds

Thanks for your advice!
I was able to find one source code that display milliseconds!

If anyone else is interested, it is here:
http://www.meangene.com/notes/time.html

Yeah, but ftime() has been obsolete for decades. I certainly wouldn't use it for new code. Here is a thread showing how to display time in microseconds. I'm sure that you can convert microseconds to milliseconds.