package
Version:
v1.0.4
Opens a new window with list of versions in this module.
Published: Jun 30, 2024
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
package os contains time related actions
ActionDate completes `yyyy-MM-dd` dates separately
2020-12-20
2014-05-02
ActionDateTime completes `yyyy-MM-dd hh:mm:ss` datetime
2021-11-11 04:02:12
2021-04-02 16:11:33
ActionDays completes `dd` days for a month
01 (Friday)
28 (Thursday)
ActionMonths completes `MM` months
01 (Januar)
11 (November)
ActionTime completes `hh:mm` time
00:30
14:47
ActionTimeS completes `hh:mm:ss` time
00:30:19
14:47:14
type DateTimeOpts struct {
Strict bool
}
type DaysOpts struct {
Year int
Month int
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.