persiandate

Package Information

Released: 5/29/2025
Downloads: 390 weekly / 813 monthly
Latest Version: 1.0.8
Author: plusin

Documentation

Banner image

n8n-nodes-PersianDate

This is an n8n community node. It lets you convert Gregorian dates to Persian (Jalali/Shamsi) calendar in your n8n workflows.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Compatibility
Usage
Resources

Installation

Follow the installation guide in the n8n community nodes documentation.

  1. Go to Settings > Community Nodes
  2. Select Install
  3. Enter n8n-nodes-PersianDate in Enter npm package name
  4. Agree to the risks of using community nodes: select I understand
  5. Select Install

Operations

  • To Jalali: Converts Gregorian dates to Persian (Jalali/Shamsi) calendar format

Compatibility

Tested with n8n version 1.0+ and Node.js version 20.15.1

Usage

  1. Add the "To Jalali" node to your workflow
  2. Configure the following settings:
    • Date Field: The name of the field containing the Gregorian date
    • Output Format: The desired format for the Persian date output (using moment-jalaali format)

Example Formats

  • jYYYY/jMM/jDD: Year/Month/Day (e.g., 1402/12/25)
  • jYYYY jMMMM jD: Year Month Day (e.g., 1402 Esfand 25)
  • jDD jMMMM jYYYY: Day Month Year (e.g., 25 Esfand 1402)

The converted date will be available in the jalaliDate field in the output.

Resources

License

MIT

Discussion