Crystal Reports using Formula Editor to format date
-
Does anyone know how to format a date to October 02, 2004 when the incoming data is 10/02/2004? (Using Basic Syntax not Crystal Syntax) The following code works in vb.net but I can't figure out what the correct syntax would be in the formula editor. Dim dteSDate As Date = csvDataRow.Item("SDATE") Dim strFormatSDate As String = Format(dteSDate, "MMMM dd, yyyy")") All help is greatly appreciated!
-
Does anyone know how to format a date to October 02, 2004 when the incoming data is 10/02/2004? (Using Basic Syntax not Crystal Syntax) The following code works in vb.net but I can't figure out what the correct syntax would be in the formula editor. Dim dteSDate As Date = csvDataRow.Item("SDATE") Dim strFormatSDate As String = Format(dteSDate, "MMMM dd, yyyy")") All help is greatly appreciated!