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:
1 2 | |
This page was