Closed vladilin closed 9 years ago
EE has native parameters for this: start_on
and stop_before
.
Ah yes that makes sense. I didn't think if them as dynamic parameters. Thank you
Vlad
Hey Rob,
I tried this one, but get this error Fatal error: Call to undefined method Localize::decode_date() in /expressionengine/third_party/dynamo/mod.dynamo.php on line 157
Any advice?
I fixed this by changing decode_date to format_date. Even though I read somewhere that “format” is “deprecated” and we should be using “decode_date” instead apparently that is not the case because when I changed that in my template it worked and I stopped getting that error.
Is there a way to make a date range.
I imagine I can use name="search:entry_date" to find all entries in a single day, but is there any way to set:
find entries from entry_date to entry_date?
Thanks in advance.