# Functions
GetDateFromCrossrefParts returns a date string from Crossref XML date parts.
GetDateFromDateParts returns a date string from date parts uses interface{} to allow for float64 and string types.
GetDateFromDatetime returns a datetime string from a Unix timestamp.
GetDateFromParts returns a date string from parts.
GetDateFromUnixTimestamp returns a date string from a Unix timestamp.
GetDateParts return date parts from an ISO 8601 date string.
GetDateStruct returns struct with date (year, month, day) from an ISO 8601 date string.
GetDateTimeFromUnixTimestamp returns a datetime string from a Unix timestamp.
GetUnixTimestampFromDatetime returns a Unix timestamp from a datetime.
ParseDate parses date strings in various formats and returns a date string in ISO 8601 format.
ParseDateTime parses datetime strings in various formats and returns a datetime string in ISO 8601 format.
ParseTime parses datetime strings in various formats and returns a go time, which can then be formatted to an iso8601 string using ParseDateTime.
StripMilliseconds removes milliseconds from an ISO 8601 datetime string.
# Constants
CrossrefDateTimeFormat is the Crossref date format with time, used in XML for content registration.
DateTimeWithSpacesFormat is the date time format with spaces and no timezone information.
Iso8601DateFormat is the ISO 8601 date format without time.
Iso8601DateMonthFormat is the ISO 8601 date format without time and day.
Iso8601DateTimeFormat is the ISO 8601 date format with time.
Iso8601DateYearFormat is the ISO 8601 date format without time, month and day.
# Structs
No description provided by the author
# Type aliases
No description provided by the author