Versions in this module Expand all Collapse all v0 v0.5.38 Nov 12, 2024 Changes in this version + func CheckForDoubleDateParts(dpOne CoveredDateParts, dpTwo CoveredDateParts) error + func GetDateFormat(date string, parts CoveredDateParts) (string, string) + func GetDateFormatMulti(dates []string, parts CoveredDateParts) (string, string) + func HasAllDateParts(cdp CoveredDateParts) bool + type CoveredDateParts struct + Day bool + Month bool + Time bool + Year bool + func MergeDateParts(dpOne CoveredDateParts, dpTwo CoveredDateParts) CoveredDateParts