Convert Date from One Format to Another - n8n Workflow | Neura Market
Convert Date from One Format to Another
Simple n8n workflow to convert dates between formats using the Date & Time node. Ideal for standardizing date inputs in automations.
This workflow demonstrates basic date conversion in n8n using the Date & Time node. It starts with a Manual Trigger, allowing manual execution, and passes a hardcoded date string '14/02/2020' in DD/MM/YYYY format to the Date & Time node. The node parses this input and outputs it in n8n's standard ISO format, making it ready for further processing in more complex workflows.
Benefits include effortless date standardization, which prevents errors in downstream automations like data imports or API
Platform
n8n
Category
Real Estate
Price
$3.99
Creator
Matt Buds
date-conversion
date-time
format-date
n8n-beginner
real-estate
property-listings
development-tools
automation
data-processing
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.