PantsOn Posted January 22, 2013 Share Posted January 22, 2013 Greetings, Can you please add centi second, or mili seconds in FormatDateTime(format specifier string, time array)? I would like to get the data in every second like following if (FormatDateTime("%S", Systime()) == "00") //every minutes if (FormatDateTime("%s", Systime()) == "00") //every seconds %s The centi-second as decimal number (00 - 99) It is possible by 'floor(systime() * 100 % 100)' but I think it is better to include this in 'formatDateTime()' just like many others. Regards PanSun Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.