Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Sheet ¶
type Sheet struct { DateFormat string // Format used to write and parse dates. TimeFormat string // Format used to write and parse times. Times []time.Time }
Sheet contains the list of times in the timesheet.
func (*Sheet) PrintMonth ¶
PrintMonth writes the given month to the supplied writer.
Click to show internal directories.
Click to hide internal directories.