![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| display TIME - help | iamcool | Shell Programming and Scripting | 2 | 02-08-2008 01:15 PM |
| date and time to display on the terminal | cesarNZ | Shell Programming and Scripting | 11 | 09-05-2007 04:19 PM |
| how to display time in minutes n seconds... | santy | Shell Programming and Scripting | 1 | 08-23-2006 07:18 AM |
| How Can I Display Unix Path All The Time | murli1200 | UNIX for Dummies Questions & Answers | 1 | 08-17-2006 02:05 PM |
| display date n Time | SsRrIi | SUN Solaris | 1 | 03-16-2006 02:48 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
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 |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Try these links and quotes and see if they help your research:
http://www.mcsr.olemiss.edu/cgi-bin/man-cgi?timers+5 Quote:
http://www.sunmanagers.org/pipermail...ly/001059.html Others can be found at www.google.com using the keywords: UNIX time milliseconds |
|
#3
|
|||
|
|||
|
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 |
|
#4
|
||||
|
||||
|
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.
|
||||
| Google The UNIX and Linux Forums |