Returns the date for the given day, month, year.
dt = DmyToDate(d, m, y)
dt: Date expression
d, m, y: iexp
OpenW 1
Local x%, dt As Date
dt = DmyToDate(20, 12, 99)
Print dt // prints: 20.12.99
{Created by Sjouke Hamstra; Last updated: 03/10/2014 by James Gaite}