Support Board
Date/Time: Sun, 06 Jul 2025 05:43:46 +0000
Post From: ACSIL - Formating a string that includes a SCDateTime type variable
[2018-02-26 18:13:09] |
Zosimus - Posts: 345 |
Which specifier should I use for a SCDateTime variable when formating a string that icludes such a variable?. %f doesn't seem to be the correct specfier (SCDatetime is a double precision variable) example: SCString str;
Which specifier should come instead of the question mark?
str.Format("DateTime = %?", sc.BaseDateTimeIn[sc.Index]) |