09-10-2007 01:19 AM
09-10-2007 01:27 AM - edited 09-10-2007 01:27 AM
@TaKiMi wrote:
the code for fractional seconds is <%<digit>u>.But I'm little bit confuse just now.Should I put like this : %H%M%S%digitu. Or any other else?...thank u
If you want 3 digits of fractional seconds, you would use 3u.
A format of
Don't forget the ":" if you want them in the formatted string! All clear? 🙂
Message Edited by altenbach on 09-09-2007 11:29 PM
09-10-2007 01:41 AM
09-10-2007 01:47 AM
09-10-2007 02:00 AM - edited 09-10-2007 02:00 AM
Message Edited by altenbach on 09-10-2007 12:01 AM