Time Formatting Tester

Time Formatting Tester

tester

Keyboard Shortcuts

ShortcutAction
kSearch all tools
hShow keyboard shortcuts

Test your time formatting strings with this tool.

Ads are disabled, if you wish to support me please consider disabling your ad blocker.

Result

2025-09-18T02:48:01+00:00

About this Tool

Many Date Libraries offer formatting a date into a human-readable string. This is usually done by providing a string of Tokens representing the structure of the date that shall be returned. You can use this tool to quickly see how a string of tokens will turn out the current date with moment.js.

Here are some examples of time formatting strings:

ExampleResult
YYYY-MM-DD2025-09-18
YYYY-MM-DD HH:mm:ss2025-09-18 02:48:01
YYYY-MM-DD HH:mm:ss.SSS2025-09-18 02:48:01.245
YYYY-MM-DD HH:mm:ss.SSS A2025-09-18 02:48:01.245 AM
YYYY-MM-DD HH:mm:ss.SSS A Z2025-09-18 02:48:01.245 AM +00:00
MMMM Do YYYY, h:mm:ss aSeptember 18th 2025, 2:48:01 am
ddddThursday
MMM Do YYSep 18th 25
D.M.YYYY18.9.2025
h:mm:ss a2:48:01 am
dddd, MMMM Do YYYY, h:mm:ss aThursday, September 18th 2025, 2:48:01 am
YYYY [YYYY escaped text] YYYY2025 YYYY escaped text 2025
Qo [Quarter]3rd Quarter
DDDo [Day of the year]261st Day of the year

Here you find a full list of the available tokens: https://momentjs.com/docs/#/displaying/

This free tool is part of a growing collection of lightweight web utilities crafted by Maxim Mäder to solve everyday computer tasks.

Courtesy ofmoment.js.

Ads are disabled, if you wish to support me please consider disabling your ad blocker.