使用方法
- Pick a preset (every minute, hourly, daily, weekly, monthly) to start from a common schedule, or configure each field manually。
- Set the minute, hour, day-of-month, month, and day-of-week fields using the each/every/specific/range controls。
- Read the generated cron expression and the human-readable plain-English description below it。
- Copy the expression with the copy button and use the share link to save your schedule。
範例
- Setting hour to 9, minute to 0, and every day produces 0 9 * * * — runs every day at 09:00。
- Setting weekday to 1 (Monday), hour to 8, minute to 30 produces 30 8 * * 1 — described as "every Monday at 08:30"。