Converts seconds into a list containing days, hours, minutes, and seconds.
dayOfWk(seconds)
Menu Location
This command can't be found in any menu besides the command catalog.
This command requires a calculator with AMS version 2.07 or higher (it will also work on any TI-89 Titanium or Voyage 200 calculator)
This command converts a number of seconds into a list containing {days, hours, minutes, seconds}.
:timeCnv(152442117)
: {1764 9 1 57}
The above example has converted 152,442,117 seconds into 1764 days, 9 hours, 1 minute, and 57 seconds.
Advanced Uses
This command can be used to easily convert the output of the startTmr() or the checkTmr() commands to a more readable and understandable format.