Hello,
Can you tell me, how can i manage grocery to it won't load any value which is older than 1 day?
I can investigate the date with callback_column, but how can i resolve to it won't load anything?
Source code: http://pastebin.com/Bt8gh0yw
⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠
Posted 08 February 2013 - 22:23 PM
Hello,
Can you tell me, how can i manage grocery to it won't load any value which is older than 1 day?
I can investigate the date with callback_column, but how can i resolve to it won't load anything?
Source code: http://pastebin.com/Bt8gh0yw
Posted 09 February 2013 - 01:25 AM
This is done via the where clause. Check it here: http://www.grocerycrud.com/documentation/options_functions/where
Posted 09 February 2013 - 10:42 AM
Ok ty