ymd->date
Name
ymd->date -- Convert a day in separate year, month, and day to a date object.
Type: function
Synopsis
ymd->date
( year month day, date);
Arguments
- year
An instance of <fixnum>
- month
An instance of <fixnum>
- day
An instance of <fixnum>
Return Values
- date
An instance of <date>
Description
This function computes the date object corresponding to the given
year, month, and day in the Gregorian calendar.