NodesProcessing Nodes
Edit Page on GitHubDate to Text (Formatted)
Converts a date object or string into a localized text string.
datetextformatlocaleEasy0

Description
The Date to Text (Formatted) node converts a date object or string into a human-readable text string based on the specified locale. This is useful for displaying dates in a format that is familiar to users from different regions.
Common Use Cases
- Formatting dates for display in user interfaces
- Localizing date representations for international audiences
- Preparing date strings for reports or notifications
Inputs
The input connections this node accepts:
NameDescriptionTypeFlowThe flow of the workflowFlowDateDate to convert (e.g., Date object, ISO string)DateLocaleThe locale for the date (like en-US, de-DE, fr-FR)TextOutputs
The output connections this node provides:
NameDescriptionTypeTextThe text representation of the dateTextToolThe tool version of this node, to be used by LLMsToolFields
The configurable fields this node provides:
NameDescriptionTypeDateDate to convertValue:Enter date here...DateLocaleThe locale for the date (like en-US, de-DE, fr-FR)Value: en-USTextLast updated on