Tool Hub

Cron पार्सर

cron एक्सप्रेशन को सामान्य भाषा और अगले रन समय में अनुवाद

Cron सर्वर पर निर्दिष्ट समय पर स्वचालित रूप से कार्य चलाने के लिए मानक शेड्यूल नोटेशन है (जैसे बैकअप स्क्रिप्ट, रिपोर्ट प्रेषण, कैश सफाई)। पाँच-फ़ील्ड अभिव्यक्ति (मिनट · घंटा · दिन · माह · सप्ताह का दिन) को प्राकृतिक भाषा और अगले रन समय में पार्स किया जाता है।

min (0-59) · hour (0-23) · dom (1-31) · month (1-12) · dow (0-7)

शेड्यूल

09:xx, minute 0, weekday 1-5

Next 5 runs (local time)
Jun 25, 2026, 9:00 AM
Jun 26, 2026, 9:00 AM
Jun 29, 2026, 9:00 AM
Jun 30, 2026, 9:00 AM
Jul 1, 2026, 9:00 AM

यह भी देखें: Cron Builder

कैसे उपयोग करें

  1. Type a five-field cron expression (minute, hour, day-of-month, month, day-of-week).
  2. The tool translates each field into a plain-English description of the schedule.
  3. A preview lists the next N run times so you can confirm the timing is what you expect.
  4. Adjust the fields and the explanation and run times update immediately.

उदाहरण

  • The expression 0 9 * * 1-5 is explained as "At 09:00, Monday through Friday" and the next runs list weekday mornings only.
  • The expression */15 * * * * is read as "Every 15 minutes" and shows the next fire times 15 minutes apart.

उत्पादन में उपयोग से पहले आउटपुट सत्यापित करें। कोई वारंटी नहीं — देखें शर्तें.