Returns the date based on the day, month, year
Syntax: |
---|
theDate = DayMonthYearToDate( d, m, y ) |
Parameter: |
Description: |
---|---|
d, m, y |
The day number, month number, and year number |
Returns: |
---|
A date in the YYYYMMDD based on the dmy input |
Example: |
---|
PRINT DayMonthYearToDate( 21, 5, 1990 ) |
Links: |
---|
|
See Also: |
Edit Time: 9/18/2020 11:59:00 AM |
Topic ID#: 259 |