How to now the date

Hi community.

Does some knows how to extract from a date what day it is format “Monday”, “Tuesday”. If it is not possible how could I apply a formular based on the date in other to continue the flow

image

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Use Luxon’s DateTime object, luxon - Immutable date wrapper.

1 Like

Thanks. It work

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.