Prev Page Next Page
DateFormat
Previous Top Next

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


Prev Page Next Page
Converted from CHM to HTML with chm2web Pro 2.85 (unicode)