Property | Value |
---|---|
Hex Value | $EF03 |
Categories | |
Localizations |
|
setDtFmt(
Overview
Sets the date format.
1 = M/D/Y2 = D/M/Y3 = Y/M/D
Availability: Token available everywhere.
Syntax
setDtFmt(integer)
Arguments
Name | Type | Optional |
---|---|---|
integer |
Location
2nd, catalog, setDtFmt(
Description
The setDtFmt( command sets the date format of the clock on the TI-84+/SE calculators when displaying the date on the mode screen. There are three different formats available, and you simply use the respective value (can be either a literal number or a variable) to display the desired one: 1 (M/D/Y), 2 (D/M/Y), or 3 (Y/M/D). For example, this would set the date format to Month/Day/Year:
:setDtFmt(1
In order for the date format to work, you need to set the date using either the setDate( command, or by going into the set clock menu (accessible by pressing ENTER on the 'SET CLOCK' message that is displayed at the bottom of the mode screen). Of course, the date will only show up if the clock is on; if you need to turn the clock on, use the ClockOn command, or scroll down to the 'TURN CLOCK ON' message that is displayed in place of the clock on the mode screen and press ENTER twice.
Related Commands
Source: parts of this page were written by the following TI|BD contributors: burr, DarkerLine, GoVegan, RandomProductions.
History
Calculator | OS Version | Description |
---|---|---|
TI-84+ | 0.01 | Added |