Index | math | Lists | strings | complex | matrix | poly |
hexa/bin | date/time | progs | conversion | files | apn |
format string | result | example |
c |
day number of the date week | " 04 05 06 07 08 09 10 " |
t |
same as c , with marked current day |
" 04 05 [06] 07 08 09 10 " |
w |
constant string : name of day | " Mo. Tu. We. Th. Fr. Sa. Su. " |
n |
same as w , with week number |
" Mo. Tu. We. Th. Fr. Sa. Su. |w8" |
d |
current day name | "Monday" |
m |
current month name | "March" |
M |
current month name with year | "March 2004" |
e |
day/month/year | "11/03/2004" |
h |
hour:min:sec | "15:22:00" |
j |
corresponding Julian Day | "2453075.5" |
J |
corresponding Modified Julian Day | "53075" |
<GR 2004𣇼9>
"Mwt"
DTFormat return the following string :
"February 2004 Mo. Tu. We. Th. Fr. Sa. Su. 23 24 25 26 27 28 [29]" |
run Date, type "t" , run DTFormat to get the week string, example " 04 05 [06] 07 08 09 10 " |
run Date, type "e" , run DTFormat to get date formated as used in some country (day/month/year), like "31/12/2003" |
« CLLCD Date "nt" DTFormat 1 Disp wait drop » |