Roboteka
Roboteka · Catalog · Date formatting

Date formatting

Formats a date into any desired format. Localized month names follow the interface language: {D} → "15 May 2026", {d.m.Y} → "15.05.2026".

Formats a date into any desired format. Localized month names follow the interface language: {D} → "15 May 2026", {d.m.Y} → "15.05.2026".

What input parameters does the robot accept?

Parameter Type Required? Default
Date date yes
Format: d.m.Y / Y-m-d / D (15 мая 2026) / Dlong (15 мая 2026 г.) / custom PHP date() string

What does the robot return?

Parameter Type
Formatted date string

Related robots