NodesProcessing Nodes
Edit Page on GitHubText to Date
Converts a text string (preferably ISO Date String) to a structured Date object.
textdateconverterparserEasy0

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)TextOutputs
The output connections this node provides:
NameDescriptionTypeDateThe structured date object of the textDateToolThe tool version of this node, to be used by LLMsToolFields
The configurable fields this node provides:
NameDescriptionTypeTextText to convertValue:Enter ISO Date String here...TextLast updated on