LegacyDate::getDay - jcobban/Genealogy GitHub Wiki
$date->getDay()
Up: class LegacyDate
This returns the day of the month if it was specified when the date was created, otherwise 15. For date ranges this value is from the beginning of the range. The value is guaranteed to be between 1 and the last day of the month.
Next: $date->getActualDay()