Login Page - Create Account

Support Board


Date/Time: Thu, 02 May 2024 07:39:32 +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;
str.Format("DateTime = %?", sc.BaseDateTimeIn[sc.Index])
Which specifier should come instead of the question mark?