Versions in this module Expand all Collapse all v0 v0.4.0 Jun 27, 2019 Changes in this version + const InvalidDay + const InvalidMonth + const InvalidYear + func Query(ds *element.DataSet, f *element.Element) (match bool, matchedElem *element.Element, err error) + type DateInfo struct + Day int + Month int + Str string + Year int + func ParseDate(s string) (startDate, endDate DateInfo, err error) + func (d DateInfo) String() string