package
12.2.11
Repository: https://github.com/kataras/iris.git
Documentation: pkg.go.dev

# Functions

Backwards returns a list of dates between "end" and -n (years, months, weeks or days).
BackwardsN returns the dates from back to "n" years, months, weeks or days from today.
BackwardsToMonday returns the dates between "end" (including "end") until the previous monday of the current week (including monday).
Between returns the dates from "start" to "end".
GetMonthDays returns the range between first and last days the current month.
GetMonthEnd returns the date of the last month day of the current now's month.
GetMonthStart returns the date of the first month day of the current now's month.
GetWeekDate returns the date of the given weekday (monday, tuesday, etc.) of the current week.
GetWeekdays returns the range between "startWeekday" and "endWeekday" of the current week.
GetWeekEnd returns the date of the last week day (endWeekday) of the current now's week.
GetWeekStart returns the date of the first week day (startWeekday) of the current now's week.
GetYearStart returns the date of the first year of the current now's year.
RangeDate returns a function which returns a time between "start" and "end".

# Constants

# Type aliases