String to Date Parsing

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 @Keep_Innovations,

n8n uses Luxon JavaScript library for working with dates and times. You can find expressions you need.

I hope it helps.

1 Like

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