DateFormat
Previous Top Next

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

This example will show: Tuesday - April - 06