Date Conversion Setup

How to configure date conversion: choose the input format, result format, and time zone.

Suppliers can send dates in different forms: 03/21/2026, 2026-03-21, 21/03/2026, a date with time, or a Unix timestamp. The result often needs one strict format.

Date conversion is available in value rules for XML, JSON, and table sources. Use it for price validity, update dates, promotion end dates, delivery dates, or expiration dates.

Add a date conversion rule

Open the date value in the snapshot and add a rule. In most cases, use the not empty condition so an empty value does not turn into an unintended date.

  1. Keep Current value as the rule source.
  2. Select not empty as the condition.
  3. Select convert date as the action.
  4. Open the calendar button in the result field and set the formats.
Date conversion rule in Eofferix value settings
The rule runs only for non-empty dates and converts the value to the selected format.

Choose the input and result formats

In the date window, select how the source date is written, how to write it in the result, and which time zone to use when the value contains time.

Date format settings window: source format MM/DD/YYYY, result format YYYY-MM-DD, and UTC
The preview shows how the sample source date will look after conversion.

Examples

Source valueSettingResult
03/21/2026MM/DD/YYYY -> YYYY-MM-DD2026-03-21
2026-03-21 14:30:00YYYY-MM-DD HH:mm:ss -> YYYY-MM-DD2026-03-21
21/03/2026DD/MM/YYYY -> YYYY-MM-DD2026-03-21