opengeek / getResources

A MODx Snippet for iterating a collection of MODx Resources
http://rtfm.modx.com/display/ADDON/getResources
27 stars 22 forks source link

Added conversion of date TVs to timestamps for comparison matching. #103

Open benk-cogapp opened 8 years ago

benk-cogapp commented 8 years ago

This change alters the behaviour of date TVs when used in conditional selections, converting them to timestamps for the purposes of comparison. This makes these values a lot more useful, since comparing against the formatted date string from the database is complicated and error-prone.