mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 17:38:40 +07:00
413 B
413 B
Date
Date.toDateTime()
Description: Converts a JavaScript Date to a Luxon DateTime. The DateTime contains the same information, but is easier to manipulate.
Syntax: Date.toDateTime()
Returns: DateTime
Source: Custom n8n functionality
Examples:
// date = new Date("2024-03-30T18:49")
date.toDateTime().plus(5, 'days') //=> 2024-05-05T18:49