D
A
TE$
Keyboard
Executable
Y
es
Programmable
Y
es
In
an
IF
.
.
.
THEN
.
.
.
Y
es
This
command
formats
the
number
of
seconds
into
a
date
(DD
MMM
YYY).
Item
Description
Range
seconds
numeric
expression
04.62312
to
4.653426313
Example
Commands
DATE$(TIMEDATE)
DISP
DATE$(2.11111)
Semantics
The
date
returned
is
in
the
form:
DD
MMM
YYYY
,
where
DD
is
the
day
of
the
month,
MMM
is
the
month,
and
YYYY
is
the
year
.
The
day
is
a
blank
lled
to
two
character
positions
.
Single
ASCII
spaces
delimit
the
day
,
month,
and
year
.
The
rst
letter
of
the
month
is
capitalized
and
the
rest
are
lowercase
charters
.
Y
ears
less
than
the
year
0
are
expressed
as
negative
years
.
BASIC
Commands
Specic
to
4396B
B-3