Categorygithub.com/axkit/date
modulepackage
0.3.1
Repository: https://github.com/axkit/date.git
Documentation: pkg.go.dev

# README

date

Date type implementation

# Functions

No description provided by the author
InitPreformattedValues.
New creates Date with specified year, month and day.
NewFromTime creates Date from Time.
Null returns null Date.
Parse decodes string YYYY-MM-DD or quoted "YYYY-MM-DD" to Date.
Today returns today's date.
YearsBetween количество лет между двумя датами.
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

Date is an nullable date type without time and timezone.