• Skip to main content
  • Skip to primary sidebar
  • Skip to footer

Outlook Tips

Learning Microsoft Outlook One Tip At A Time

Diane Poremsky [Outlook MVP]

  • Home
  • Tips Archive
  • How to...
  • Beginner
  • Outlook.com

Insert Date Stamp into Contact Notes

Is there an easy way to add a date stamp to the Notes field in Contacts?

Sure. Outlook for Windows desktop has a Date & Time command on the Insert tab in all Outlook Items except (sticky) Notes. This is the same Date & Time command found in Word and it supports the same keyboard shortcut: Alt+Shift+D to insert the date (use Alt+Shift+T for time) using the default date and time formats. Select all (Ctrl+A) then Ctrl+Shift+F9 to unlink the fields so they won't automatically update. (The keyboard shortcut doesn't work in sticky notes or when the Notes field is plain text.)
date and time command on the insert ribbon

To choose your format, open the Date & Time dialog, select the desired format and click the Default… button. When you use Alt+Shift+D keyboard shortcut, this is the date (and/or time) format that will be inserted. Note: The date-only formats work only with the Date shortcut, the six that include the time only work with the Time shortcut. You can set a default for each shortcut.
date and time command dialog

If you want to use a different date format in a single message, you'll need to either open the dialog and double click on it or just type it in.

Because Outlook uses Word as the editor, the default date format is shared between Outlook and Word; you can't use one default format in Word and a different one in Outlook. The keyboard shortcut works in both Outlook and Word.

If you prefer using a macro, this simple macro will add a date & time stamp at the top of the Notes field. Add a button for it on the ribbon or QAT. This will work with any Outlook item type (including "sticky notes").

Sub DateStampTop()
    Dim objApp As Outlook.Application
    Dim Item As Object

    Set objApp = Application
    Set Item = objApp.ActiveInspector.CurrentItem
    Item.Body = Format(Now(), "MMM dd, yyyy h:mm AM/PM") & vbCrLf & vbCrLf & Item.Body
End Sub

You can use any date format and separators of your choice. Note that mm for minutes only works following h, otherwise, use n for minutes. (Only AM/PM are case sensitive; I use capital M for the month out of habit.)

DescriptionValid FormatExample
Day of weekddd or dddd Sun or Sunday
MonthM, MM, MMM, or MMMM 1, 01, Jan or January
Dated or dd 1 or 01
Yearyy or yyyy 17 or 2017
Timeh:mm or hh:mm1:15 or 01:15
AM/PM (with 12-hour clock)AM/PM, am/pm, a/p, or AMPM12:02 PM, 12:02 pm, 12:02 p, or as defined by computer settings

Use the following for the Windows default date and time formats from Settings, Regions formats.

FormatDescriptionExample
dddddComputer's Short Date format.4/6/2017
ddddddComputer's Long Date formatThursday, April 6, 2017
tttttComputer's Time format2:39:10 PM

More Information

How to change the Calendar date format

Published April 5, 2017. Last updated on April 6, 2017.

Share this:

  • Twitter
  • Facebook
  • LinkedIn
  • More
  • Print
  • Tumblr
  • Reddit
  • Pocket
  • Pinterest

Related posts:

Received date formatTip 1063: Change the Received date format Outlook uses the long date format set in Windows for date formatting in the calendar, both onscreen and in printouts. For example,Tip 827: Date formatting in Calendar If you haven't already figured it out, using date and time shortcuts are a favorite of mine. Say good-bye to using the time anTip 401: Time and Date Shortcuts A user asks: "When trying to print multiple items from within Outlook 2003, I am unable to deselect the check box next toTip 296: Print Notes on a New Page
Subscribe
Notify of
7 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments

Primary Sidebar

Search OutlookTips

Training and one-on-one assistance

Do you need help setting up Outlook or want some one-on-one training? I'm available for hire. See Training and one-on-one assistance for fees and to check availability.

All-Time Most Popular Posts

  • Windows 7 and Vista Start Search field
    How to start Outlook in safe mode
  • outlook.com icon
    Delete a message stuck in Outlook's Outbox
  • How to use Outlook's Command line switches
  • Use Cleanviews switch to reset all views
    How to Reset the View on Outlook folders
  • Where are my Outlook Files?
  • Folder paths
    How to Find Folder Paths in Outlook Mailboxes
  • How to use Scanpst.exe to repair Outlook data files
  • Outlook's Missing Holidays
  • backstage page
    Where is File tab in Outlook?
  • Icons found in the Inbox, Message Headers, and Toolbars

Footer

Recent Posts

  • Log into multiple Outlook on the web accounts
  • Keeping Hackers out of Microsoft accounts
  • Microsoft Account Closure Email
  • Outlook on the web Quick Actions moved to the right
  • Automatically sign out of Outlook.com

Recent Bug List

Microsoft keeps a running list of issues affecting recently released updates at Fixes or workarounds for recent issues in Outlook for Windows.

Office Update History

Update history for supported Office versions is at Update history for Office

Resources

Ask questions and share your knowledge in Outlook Forums.

You Might Like

Where is File tab in Outlook?
Using Two-factor authentication
Where are my Outlook Files?
How to use Outlook's Command line switches

© 2003–2026 · Outlook Tips

wpDiscuz
You are going to send email to

Move Comment