by parrotgeek1 » 27 Apr 2017, 20:54
critor wrote:Salut.
Pour la langue, je suis presque certain que l'on ne peut pas la régler avec un programme Basic.
Pour un affichage de l'heure sur 12h c'est défFmtHr(12
, et sur 24h c'est défFmtHr(24
.
En interne, l'heure est stockée sur 24h.
Donc tu as juste à ajouter 12 à l'heure que tu règles si l'utilisateur choisit PM.
The getTmFmt( command returns the current time format of the clock on the TI-84+/SE calculators as an integer. There are two different time formats available: 12 (12 hour) and 24 (24 hours). You can store this value to a variable for later use. Of course, this command only works if the time format has actually been set, so you shold use the setTmFmt( command before using it.
sorry i don't know what it's called in French