package
0.0.0-20250206160808-597ad08bc31c
Repository: https://github.com/eduardolat/pgbackweb.git
Documentation: pkg.go.dev
# Constants
LayoutDashDDMMYYYY is the layout for dates in the format DD-MM-YYYY.
LayoutDashYYYYMMDD is the layout for dates in the format YYYY-MM-DD.
LayoutInputDate is the layout for dates in the format YYYY-MM-DD
As described in: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/date#value
Used in <input type="date"/>.
LayoutInputDateTimeLocal is the layout for dates in the format YYYY-MM-DDThh:mm
As described in: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/datetime-local#value
Used in <input type="datetime-local"/>.
LayoutRFC3339 is the layout for dates in the format YYYY-MM-DDTHH:MM:SSZ.
LayoutRFC3339Nano is the layout for dates in the format YYYY-MM-DDTHH:MM:SS.sssssssssZ.
LayoutSlashDDMMYYYY is the layout for dates in the format DD/MM/YYYY.
LayoutSlashYYYYMMDD is the layout for dates in the format YYYY/MM/DD.
LayoutYYYYMMDDHHMMSS is the layout for dates in the format YYYYMMDD-HHMMSS.
LayoutYYYYMMDDHHMMSSPretty is the layout for dates in the format YYYY-MM-DD HH:MM:SS.