Formatero de fecha ISO
Formar las fechas en múltiples formatos estándar y personalizados
Current Date & Time
ISO: 2025-09-15T04:59:32.556+00:00
Locale: September 15, 2025 at 4:59 AM UTC
UTC: Mon, 15 Sep 2025 04:59:32 GMT
Supports: ISO dates, epoch timestamps (seconds/milliseconds), natural language, locale formats. Dates without timezone info are interpreted in the selected timezone context.
Formatos seleccionados
ISO 8601
Standard international date format
2024-01-01T12:00:00.000Z
RFC 3339
Internet date/time format
2024-01-01T12:00:00+00:00
RFC 2822
Email date format
Mon, 01 Jan 2024 12:00:00 +0000
HTTP Date
HTTP header date format
Mon, 01 Jan 2024 12:00:00 GMT
SQL DateTime
SQL database format
2024-01-01 12:00:00
Locale String
Localized date format
1/1/2024, 12:00:00 PM
Locale Short
Short localized format
1/1/24, 12:00 PM
Locale Medium
Medium localized format
Jan 1, 2024, 12:00:00 PM
Unix Timestamp (seconds)
Unix epoch in seconds
1704110400
Unix Timestamp (ms)
Unix epoch in milliseconds
1704110400000
Custom Format
User-defined format pattern
yyyy-MM-dd HH:mm:ss
Local
107 timezones available. Type to search by region or city name. Select timezone before entering dates for accurate interpretation.
Formato de historia
No hay formatos todavía
Format Reference
Input Examples:
- • ISO 8601: 2024-01-01T12:00:00Z
- • Simple: 2024-01-01 12:00:00
- • US format: 7/3/2025, 7:37 PM
- • European: 03/07/2025 19:37
- • Epoch seconds: 1704110400
- • Epoch milliseconds: 1704110400000
- • Natural: January 1, 2024 12:00 PM
- • RFC 2822: Mon, 01 Jan 2024 12:00:00 +0000
- • SQL format: 2024-01-01 12:00:00
💡 Tip: Select your target timezone first, then enter the date. Times without timezone info will be interpreted in the selected timezone context.
Custom Tokens (Luxon):
- • yyyy - 4-digit year
- • MM - 2-digit month
- • dd - 2-digit day
- • HH - 2-digit hour (24h)
- • mm - 2-digit minute
- • ss - 2-digit second
- • SSS - 3-digit millisecond
- • MMM - short month name
- • MMMM - full month name
- • EEEE - full weekday name
Standards:
- • ISO 8601: International standard
- • RFC 3339: Internet timestamp
- • RFC 2822: Email date format
- • HTTP: Web server headers
- • SQL: Database format
- • Unix: Epoch timestamps