Date Format

Stimulsoft Reports.NET discussion
Post Reply
MikeC
Posts: 51
Joined: Mon Jun 07, 2010 3:36 pm

Date Format

Post by MikeC »

I have a date field that is required to be in the format of "August 20, 2010". In the format options under the Date option I don't have that format available-the closest are "8/20/2010" and "Friday, August 20, 2010"

How do I format the date field so it displays as August 20, 2010?

Thanks
Brendan
Posts: 309
Joined: Sun Jul 16, 2006 12:42 pm
Location: Ireland

Date Format

Post by Brendan »

You can select the Custom text format and for the format mask specify the following:

Code: Select all

MMMM dd, yyyy
Post Reply