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