Changes
the format of showing and parsing dates. Default value is:
"mm/dd/yyyy" (If you do not use the DateFormat keyword then the
date format will be this value.)
Syntax:
DateFormat (Format String)
Example:
x =
DateParse ("04/25/2006")
DateFormat
("dddd - mmmm - yy")
Msgbox(Date(x))
This
example will show: Tuesday - April - 06