.. highlightlang:: us .. index:: AppGetDateFormatStrings .. _appgetdateformatstrings: AppGetDateFormatStrings ======================= .. us.tag AppGetDateFormatStrings NOTREADYENGLISH App :ref:`AppGetDateFormatStrings` returns a vector of Date/Time format strings. .. function:: svStrings = AppGetDateFormatStrings() .. us.return **Return Value** *svStrings* is a string vector with Date/Time format strings. .. us.comment **Comment** The Date/Time strings are used for the Date/Time axes scaling. .. us.example **Example** :: * AppGetDateFormatStrings()' %c %#c %x %X %d.%m.%Y .. seealso:: :ref:`overview-application-object`, :ref:`AppSetDateFormatStrings` :sub:`id-455393`