Please Note: This article is written for users of the following Microsoft Word versions: 2007, 2010, 2013, 2016, 2019, Word in Microsoft 365, and 2021. If you are using an earlier version (Word 2003 or earlier), this tip may not work for you. For a version of this tip written specifically for earlier versions of Word, click here: Inserting Today's Date.

Inserting Today's Date

Written by Allen Wyatt (last updated May 14, 2022)
This tip applies to Word 2007, 2010, 2013, 2016, 2019, Word in Microsoft 365, and 2021


2

Many types of documents require the date. You may be working with a memo, a letter, a report, or some other document in which you must put the date. Word makes this easy by using the Date and Time option from the Insert menu. To insert the date, follow these steps:

  1. Position the insertion point where you want the date to appear.
  2. Display the Insert tab of the ribbon. (See Figure 1.)
  3. Figure 1. The Insert tab of the ribbon. The Date and Time tool is the one pointed to by the arrow.

  4. Click the Date & Time tool, in the Text group. Word displays the Date and Time dialog box. (See Figure 2.)
  5. Figure 2. The Date and Time dialog box.

  6. Select a format for the date.
  7. Click on OK.

If you choose the "Update Automatically" check box at the bottom of the dialog box, the date is inserted as a field and it will always be updated to reflect the current date as you work on the document on future days. This can be very helpful if you are working with a letter template that you want to always be "in sync" with the day you write the letter.

If you don't want the date to change each time you are working on the document, make sure you clear the "Update Automatically" check box.

It should be noted that there is actually a shortcut to add a date to your document—you could press Alt+Shift+D and Word dutifully inserts the current date, as a field, in your document. There are two drawbacks to this, however. First, the date is always inserted as a field, meaning it is the same as checking the "Update Automatically" check box described above. Second, the date is displayed as a short date, meaning you have no control over the format of the date being displayed. The greatest control is through using the Date & Time tool described earlier.

If you insert the date as a field (using either technique described so far), and you later want to make it static (unchanging) you can do so by placing the insertion point within the field and pressing Ctrl+Shift+F9. The field is changed to regular text and the date will no longer be dynamically updated.

WordTips is your source for cost-effective Microsoft Word training. (Microsoft Word is the most popular word processing software in the world.) This tip (10078) applies to Microsoft Word 2007, 2010, 2013, 2016, 2019, Word in Microsoft 365, and 2021. You can find a version of this tip for the older menu interface of Word here: Inserting Today's Date.

Author Bio

Allen Wyatt

With more than 50 non-fiction books and numerous magazine articles to his credit, Allen Wyatt is an internationally recognized author. He is president of Sharon Parq Associates, a computer and publishing services company. ...

MORE FROM ALLEN

Faster Text File Conversions

Want to make your importing of text data faster than ever? Here are some ideas you can apply right away.

Discover More

Finding Odd Values Greater Than 50

If you have a special need to find cell values that meet two different criteria, where to start can be daunting. This tip ...

Discover More

Calling a Macro from the Workbook_Open Event

You can run a Personal.xlsb macro from within your Workbook_Open code, but you may get an error if you don't make sure ...

Discover More

Create Custom Apps with VBA! Discover how to extend the capabilities of Office 2013 (Word, Excel, PowerPoint, Outlook, and Access) with VBA programming, using it for writing macros, automating Office applications, and creating custom applications. Check out Mastering VBA for Office 2013 today!

More WordTips (ribbon)

Creating New Windows

A great way to work on different parts of the same document at the same time is to create windows. These function as ...

Discover More

Single-Character Fractions

Some fractions Word automatically converts to single characters, some it doesn't. Here's why that happens and what you ...

Discover More

Permanently Turning Off the Tracking of Formatting Changes

The Track Changes tool can be a great asset when you are working on a document with others. It can also be a hassle if ...

Discover More
Subscribe

FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."

View most recent newsletter.

Comments

If you would like to add an image to your comment (not an avatar, but an image to help in making the point of your comment), include the characters [{fig}] (all 7 characters, in the sequence shown) in your comment text. You’ll be prompted to upload your image when you submit the comment. Maximum image size is 6Mpixels. Images larger than 600px wide or 1000px tall will be reduced. Up to three images may be included in a comment. All images are subject to review. Commenting privileges may be curtailed if inappropriate images are posted.

What is four minus 0?

2022-05-17 14:23:17

Luana

Chris,

If you are comfortable with macros the following Macro could be assigned to a short cut key. This inserts the date as a static date with the format you establish in the macro.

Public Sub InsertDate()
Selection.InsertDateTime DateTimeFormat:="MMMM dd, yyyy", InsertAsField:=False
End Sub

If you are setting up a template, you could insert a macrobutton field. {MACROBUTTON InsertDate [Double click to insert date]}


2022-05-14 07:45:53

Chris

Thanks for the tip about adding dates, and making them Not Updateable.

I would like politely to ask if these steps can somehow be saved as part of my letter blank (so that the then current date produced by said letter blank does not update after my letters are sent and saved, then perhaps the saved file is reopened some time later.

Or if for some reason I am asking for the technically impossible, please say so, and I will be resigned to continue manually changing the date currently produced by my letter blank into a Not Updatable one. (Which I frequently fail to do!!)

Many thanks for all you do for us all.
It is much appreciated.

Chris Finn,
Beverley, UK.


This Site

Got a version of Word that uses the ribbon interface (Word 2007 or later)? This site is for you! If you use an earlier version of Word, visit our WordTips site focusing on the menu interface.

Videos
Subscribe

FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."

(Your e-mail address is not shared with anyone, ever.)

View the most recent newsletter.