Package Information
Released: 5/29/2025
Downloads: 390 weekly / 813 monthly
Latest Version: 1.0.8
Author: plusin
Documentation
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.
- Go to Settings > Community Nodes
- Select Install
- Enter
n8n-nodes-PersianDate
in Enter npm package name - Agree to the risks of using community nodes: select I understand
- 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
- Add the "To Jalali" node to your workflow
- 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.