Docs
NodesProcessing Nodes
Edit Page on GitHub

Text to Date

Converts a text string (preferably ISO Date String) to a structured Date object.

textdateconverterparserEasy0
Text to Date Node Screenshot

Description

Parses an ISO 8601 date string into a Date object, enabling date-based operations in your workflow.

Common Use Cases

  • Converting date strings from APIs
  • Scheduling tasks based on date inputs
  • Parsing dates from user input

Inputs

The input connections this node accepts:

NameDescriptionTypeFlowThe flow of the workflowFlowTextText to convert (e.g., ISO 8601 string)Text

Outputs

The output connections this node provides:

NameDescriptionTypeDateThe structured date object of the textDateToolThe tool version of this node, to be used by LLMsTool

Fields

The configurable fields this node provides:

NameDescriptionTypeTextText to convertValue: Enter ISO Date String here...Text

Last updated on