DATE Function -- Syntax and Examples

DATE([option])

date()

returns the value "19 Sep 1998"

date("O")

returns the Ordered value "98/09/19"

date("S")

returns the Standard value "19980919"

Today = date()

assigns the valu e "19 Sep 1998" to the variable Today

Next