Hi
I am receiving a date from a webhook in this format (05/07/2023) and it’s a string
I am looking to parse it and ensure the date is in this format Mar 25, 2023 04:00 PM
Been looking through the articles, can really see anything yet
Hi
I am receiving a date from a webhook in this format (05/07/2023) and it’s a string
I am looking to parse it and ensure the date is in this format Mar 25, 2023 04:00 PM
Been looking through the articles, can really see anything yet
n8n uses Luxon JavaScript library for working with dates and times. You can find expressions you need.
I hope it helps.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.