TI-BASIC Wiki
Advertisement
(84) :GetDtFmt
(89) :getDtFmt()

This returns the user-chosen method to display the date as a string. The possible values for this to return are the same as the possible inputs for GetDtStr(.

Location[]

  • The catalog

Example[]

:Disp GetDtStr(GetDtFmt

This prints the date using the user-decided default format.

Advertisement