1. Handlebars Helpers
  2. Calendar

Handlebars Helpers

Calendar

Outputs a month text-based calendar for a given date, with options for months ahead/behind.

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...