Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Formatting date mm/dd/yyyy to month-yyyy

    Quite easy!

    Here's how I did it :

    "The " & Day(cdate(Fields!Date_Prep.value )) & " " & MonthName(Month(cdate(Fields!Date_Prep.value)))& " " & Year(cdate(Fields!Date_Prep.value )

    it gives me something like that "The 3 February...

Viewing post 1 (of 1 total)