AppGetDateFormatStringsΒΆ

AppGetDateFormatStrings returns a vector of Date/Time format strings.

svStrings = AppGetDateFormatStrings()

Return Value

svStrings is a string vector with Date/Time format strings.

Comment

The Date/Time strings are used for the Date/Time axes scaling.

Example

* AppGetDateFormatStrings()'
%c
%#c
%x
%X
%d.%m.%Y

id-455393