DDate is the date Datum represented as the number of days after the Unix epoch.
| 1730 | // DDate is the date Datum represented as the number of days after |
| 1731 | // the Unix epoch. |
| 1732 | type DDate struct { |
| 1733 | pgdate.Date |
| 1734 | } |
| 1735 | |
| 1736 | // NewDDate is a helper routine to create a *DDate initialized from its |
| 1737 | // argument. |
nothing calls this directly
no outgoing calls
no test coverage detected