Infoveave Data Automation — Date & Time
Data arrives with enrollment dates as 2023-01-15, order dates as 15-Feb-2023, and delivery dates as 2023.03.10 — Custom Date Format reads all of them and writes every row into MM/DD/YYYY in the same pipeline step.
Dates exported from ERP systems, CRMs, legacy databases, and regional operational tools arrive in different formats. A date column that contains ISO strings, European day-month-year strings, American month-day-year strings, and ISO datetimes with timezone offsets cannot be sorted, filtered, or used in date arithmetic without normalization. Custom Date Format accepts any recognizable date string as input and converts it to the exact output pattern, locale, and timezone your downstream report, dashboard, or data warehouse requires — bringing multi-source date columns into a single consistent format in one no-code step.
Convert date columns from any input format to any custom output format in Infoveave with locale and timezone support. Standardize inconsistent date formats from multi-system sources into MM/DD/YYYY, DD-MM-YYYY, or any regional format for dashboards and reports.
Custom Date Format is one step inside a multi-step Infoveave workflow. Chain it with other activities — no code, no manual hand-offs.
Build this workflow visually in Infoveave Data Automation — drag, connect, and schedule with no infrastructure setup.
Real scenarios where this transformation saves hours of manual work.
A retail analytics team combines order data from three channels: an e-commerce platform exporting dates as 2023-01-15, a POS system exporting as 15-Jan-2023, and a B2B portal exporting as 01/15/2023. Custom Date Format reads all three formats from a merged date column and produces a consistent MM/DD/YYYY output column across all rows. The team can then sort, filter, and aggregate all orders by date dimension without source-format-based inconsistencies.
A financial reporting team receives transaction records with timestamps stored in UTC ISO format — 2023-09-15T08:30:00Z. Regulatory reports for the European market require dates in DD-MM-YYYY format adjusted to the CET timezone. Custom Date Format converts the UTC ISO timestamps in the transaction date column to DD-MM-YYYY with the Europe/Berlin timezone and fr-FR locale, ensuring the date display matches the regulatory submission format without any manual date manipulation.
A manufacturing operations team processes production event logs from plants across India, the US, and Germany. Each plant's system exports event timestamps in its local format and timezone. Custom Date Format standardizes all event date columns to a unified YYYY-MM-DD format in UTC, enabling the operations team to sort and compare production events across all plants on the same time axis for cross-site throughput and downtime analysis.
Input data (left) is transformed using the configuration below. The output table (right) is ready for dashboards or downstream steps.
enrollmentDateMM/DD/YYYYen-USAsia/KolkataEnrollment_UStrueInput Data
| ID | Name | enrollmentDate | birthDate | graduationDate |
|---|---|---|---|---|
| 1 | Alice Johnson | 2023-01-15 | 2002-05-10T00:00:00 | 2026-05-15 |
| 2 | Bob Smith | 15-02-2023 | 2003/04/12 | 2027-05-20 |
| 3 | Charlie Brown | 2023.03.10 | 10-06-2001 | 2025-12-30T23:59:59 |
| 4 | Daisy Adams | 2023/04/01 | 2000-09-21T12:30:00Z | 2024/06/15 |
Output Data
| ID | Name | enrollmentDate | birthDate | graduationDate | Enrollment_US |
|---|---|---|---|---|---|
| 1 | Alice Johnson | 2023-01-15 | 2002-05-10T00:00:00 | 2026-05-15 | 01/15/2023 |
| 2 | Bob Smith | 15-02-2023 | 2003/04/12 | 2027-05-20 | 02/15/2023 |
| 3 | Charlie Brown | 2023.03.10 | 10-06-2001 | 2025-12-30T23:59:59 | 03/10/2023 |
| 4 | Daisy Adams | 2023/04/01 | 2000-09-21T12:30:00Z | 2024/06/15 | 04/01/2023 |
Key fields to configure in the Infoveave workflow builder. Full reference available in the documentation.
Column name
Select the column containing the date values to reformat. The column can contain date strings in any recognizable format — ISO 8601, regional day-month-year or month-day-year formats, dotted or slashed separators, month abbreviations, and datetime strings with or without timezone offsets. Infoveave parses each value automatically based on its recognizable structure.
Date format
Specify the output date pattern using standard format tokens. Common patterns include MM/DD/YYYY for US format, DD-MM-YYYY for European format, YYYY-MM-DD for ISO database format, DD MMM YYYY for long-form dates like 15 Jan 2023, and DD/MM/YYYY HH:mm for datetime outputs. The format pattern determines exactly how the output date string is rendered in the output column.
Locale
Set the locale for language-specific formatting — en-US for English US conventions, fr-FR for French, de-DE for German, ja-JP for Japanese. The locale affects month name language in formats that include spelled-out month names, date and separator conventions, and other locale-specific rendering rules. Use en-US for numeric-only formats when locale-specific text rendering is not relevant.
Time zone
Specify the timezone context for interpreting input dates and rendering output dates. UTC is the standard for timezone-agnostic data. Region-specific timezones like Asia/Kolkata, America/New_York, or Europe/Berlin adjust the date rendering when the source data contains timezone offset information. For date-only values without time components, timezone typically does not affect the output date.
Output column
Name the new column that will receive the reformatted date values. The original date column and all other columns remain in the output if Include Original is enabled. Naming the output column descriptively — like Enrollment_US or ShipDate_DE — makes it easy to identify the format and locale intent of the reformatted column in downstream steps.
Everything you need to know about Custom Date Format in Infoveave.
Transformations in the same family as Custom Date Format, often chained together in the same Infoveave workflow.
Part of Infoveave Data Automation
Custom Date Format is one of over 80 transformation activities available inside Infoveave workflows. Chain transformations together — no code, no exports, no waiting for IT.
Ready to see Infoveave in action?