How to execute service based on time/date every day
I need to execute some logic at a specific time/date every day. For example, execute a service every day at 09:00 in the morning. I also need this to be active even if the app is closed/minimized. I've looked at var mytimedfunc=setInterval("javascript function",milliseconds); but I'm not sure if that would execute in the background if the app is not running. Is there any other way to do this task in Appery?
Thanks