{cronError}
CRON expression
{ schedule = '0 */15 * * *' cronError = '' }}>every 15 min
{ schedule = '0 0 * * * *' cronError = '' }}>every hour
{ schedule = '0 0 8 * * *' cronError = '' }}>once a day at 8AM
{#if preview && preview.length > 0}
The next runs will be scheduled at:
{#each preview.slice(0, limit) as p}
{displayDate(p)}
{/each}
...
{#if limit != 10}
(limit = 10)}>Load more
{:else}
(limit = 3)}>Load less
{/if}
{/if}