Hi guys,
I have some values calculated from a datetime diff using the datetime.now function. I would like to update those values daily. What should I do? Create a cron job? Just recalculate the formula manually? Is there a better component for this job?
Thank you in advance,
Best,
Rafael
I have some values calculated from a datetime diff using the datetime.now function. I would like to update those values daily. What should I do? Create a cron job? Just recalculate the formula manually? Is there a better component for this job?
Thank you in advance,
Best,
Rafael
Comment