Showing posts with label difficult. Show all posts
Showing posts with label difficult. Show all posts

Friday, February 24, 2012

Format Date

Don't know why this has to be so difficult and why MS can't give us more date
formats to begin with . . . what is the format code for monthname, day year.
For example: April, 4 2008.
I know I can write an expression to do this using datepart, but isn't there
a simple format code to use like Crystal has.On Apr 4, 1:36=A0pm, Anonymous <Anonym...@.discussions.microsoft.com>
wrote:
> Don't know why this has to be so difficult and why MS can't give us more d=ate
> formats to begin with . . . what is the format code for monthname, day yea=r.
> For example: April, 4 2008.
> I know I can write an expression to do this using datepart, but isn't ther=e
> a simple format code to use like Crystal has.
=3D Format (Fields!FieldName, "MMMM d, yyyy")