1. Handlebars Helpers
  2. Calendar

Handlebars Helpers

Calendar

Generates a text calendar for a selected month during Handlebars substitution. Useful for date planning, prompts, schedules, and user-facing summaries.

Uses

  • Use to give an LLM a better contextual dates
  • Use to show a user a text-based calendar for a given month

Usage

Helper name : calendar

Parameter Description
1 The date to based the reference month on, default to 'now'
2 The number of months to add going forward (optional)
3 The number of months to add going backward (optional)

Examples

Current Month

Example definition:

loading...

Substituted definition

loading...

Current Month with 1 Month Forward and 1 Month Backward

Example definition:

loading...

Substituted definition

loading...

A Specific Month

Example definition:

loading...

Substituted definition

loading...