Date Formatting

  • The following expression produces "Oct 2, 2007".

    =Format(Today,"MMM d, yyyy")

    Is it possible to format a date such that the full month name is displayed? I want to get this, "October 2, 2007".

    Thanks.

  • =Format(Today,"MMMM d, yyyy") will give you October 2, 2007

  • Thanks, Robert. I thought I tried that format.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply