Quick Start: Generate a Custom Calendar
Open the "Calendar" tool on HeronTool. Select the year and month, then set the start day of the week (Sunday to Saturday). Click "Generate" to get a clear monthly view, with the option to highlight specific dates (e.g., holidays or anniversaries). You can also export the calendar as an image or PDF for printing or sharing. This step is ideal for planning personal schedules or team rosters.
Advanced: Generate Cron Expressions
For automated date-related tasks, use the "Crontab Generator" tool. Choose values for minutes, hours, days of month, months, and days of week. The tool generates a standard Cron string in real time, including a Chinese description. For example, setting "at 9:00 AM on the 1st of every month" yields 0 9 1 . Copy the expression directly to your server or task scheduler.
Combine: Use Calendar and Cron Together
First, use "Calendar" to plan important date ranges, then switch to "Crontab Generator" to create recurring rules. For instance, for a weekly Friday report reminder: highlight Fridays in the calendar, and set Cron to 0 9 5. Ensure the date logic in both steps is consistent to avoid misconfiguration.
FAQ
Q1: How to quickly find a calendar for a specific month? Simply enter the year and month in the "Calendar" tool—no calculations needed. Q2: What about time zones in Cron expressions? The tool uses your server's or system's default time zone; confirm your environment settings before deployment. Q3: Can the calendar include lunar dates? Currently, "Calendar" supports only the Gregorian calendar. For lunar dates, please use a separate lunar calendar converter.