set_dmy
Description:
public void set_dmy (
DateDay day,
int month,
DateYear y)
Sets the value of a Date from a day, month, and year.
The day-month-year triplet must be valid; if you aren't sure it is, call
valid_dmy to check before you set it.
Parameters:
| this |
a Date
|
| day |
day
|
| month |
month
|
| y |
year
|