Advertisement

Date Formatter

Convert any date into dozens of common and custom formats instantly.

Tokens: YYYY=year, MM=month, DD=day, HH=hour(24h), hh=hour(12h), mm=min, ss=sec, A=AM/PM, ddd=weekday short, dddd=weekday full
Advertisement

How to Use the Date Formatter

Pick any date and time using the date picker (or click "Use Current"), then click Format Date. All common date formats are shown at once — click any value to copy it.

Common Date Formats Explained

  • YYYY-MM-DD (ISO 8601) — used by databases, APIs, and HTML date inputs
  • MM/DD/YYYY — standard US format
  • DD/MM/YYYY — standard UK/European format
  • Unix timestamp — seconds since Jan 1, 1970 UTC, used in programming
  • RFC 2822 — email and HTTP date format
Advertisement