Docs
NodesProcessing Nodes
Edit Page on GitHub

Date to Text (Formatted)

Converts a date object or string into a localized text string.

datetextformatlocaleEasy0
Date to Text (Formatted) Node Screenshot

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)Text

Outputs

The output connections this node provides:

NameDescriptionTypeTextThe text representation of the dateTextToolThe tool version of this node, to be used by LLMsTool

Fields

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-USText

Last updated on