DmyToDate Function

Purpose

Returns the date for the given day, month, year.

Syntax

dt = DmyToDate(d, m, y)

dt: Date expression
d, m, y: iexp

Description

Example

OpenW 1

Local x%, dt As Date

dt = DmyToDate(20, 12, 99)

Print dt      // prints: 20.12.99

See Also

DmyHmsToDate, HmsToTime

{Created by Sjouke Hamstra; Last updated: 03/10/2014 by James Gaite}