driebit / ginger

Ginger: awesome semantic CMS built on Zotonic
http://ginger.nl
Apache License 2.0
29 stars 9 forks source link

mod_ginger_collection: fix filter on dates before the year 1000 #733

Closed mworrell closed 1 year ago

mworrell commented 1 year ago

The 'yyyy' format is strict and only accepts a date >= 1000. The 'year' format is less strict and accepts any integer value.