Insert today's date

100% local. Your text never leaves this browser tab.

See today's date in four common formats at once, generated in your browser from your own clock. The tool below turns each keyword into today's date in that format. In the Windows app, a hotkey types the date straight at your cursor, no keyword needed.

The tokens

Build any date format from parts

Each date token becomes part of today's date. Combine them however you like.

{yyyy}  four-digit year      {MM}  month 01-12    {dd}  day 01-31
{yy}    two-digit year        {M}   month 1-12     {d}   day 1-31
{MMMM}  month name (July)     {MMM} short (Jul)
{dddd}  weekday (Friday)      {ddd} short (Fri)

Examples used above:
  ISO    {yyyy}-{MM}-{dd}           ->  2026-07-10
  US     {M}/{d}/{yyyy}            ->  7/10/2026
  LONG   {dddd} {d} {MMMM} {yyyy}  ->  Friday 10 July 2026
  FILE   {yyyy}{MM}{dd}            ->  20260710

Add {HH}:{mm}:{ss} for the time, or use {date:...} and {time:...} to format the whole thing in one token.

About the date

Your clock, your format

From your own clock

The date comes from your computer's clock and is formatted exactly as the tokens say, from a short ISO date to a long written one.

Sortable file stamps

The {yyyy}{MM}{dd} format gives a stamp like 20260710 that keeps files in date order when they are sorted by name.

Add the time too

Append {HH}:{mm}:{ss} for a timestamp, use {tt} for AM or PM, or {MMMM} for the full month name.

The Windows app

Put it on a hotkey

☕ Today's date at the cursor on a hotkey, for the price of a coffee. Yours forever.

Download this exact setup as a ready-made Today's date profile. In the Windows app, Insert mode types the date straight at your cursor on a hotkey, in whatever format you set, without touching the clipboard. Same engine as above, entirely offline.

Get the Windows app →
Pay once, €3.39, no subscription. If the app doesn’t open, the profile is saved to your downloads, just import it.
FAQ

Questions, answered plainly

How do I insert today's date?

Each line above shows today's date in a different format. Copy the one you want, or in the Windows app press the profile's hotkey to type it straight at your cursor.

How do I change the date format?

Combine the date tokens in the rule: {yyyy} for the year, {MM} for the month, {dd} for the day, and {MMMM} or {dddd} for names. For example {dd}-{MM}-{yyyy} gives a day-first date.

More generators: GUIDs, date formats, random strings and today's date.