class LegacyDate - jcobban/Genealogy GitHub Wiki
Up: Object-Oriented Access to Database Records
This class represents a date or range of dates of an event or observation of a fact in an internal form. The representation is derived ultimately from the implementation used by the Legacy Family Tree© application that runs on Microsoft Windows®.
Table of Contents
- new LegacyDate($value)
- getDate()
- getSortDate()
- getJulianDate()
- isPresent()
- getMessage()
- setDebug($boolean)
- getTemplate()
- setTemplate()
- getDay()
- getActualDay()
- getMonth()
- getActualMonth()
- getYear()
- toString($privlim, $needon, $trantab)
Next: class Record