neronikita
Technical User
Good morning!
I am using Crystal Reports 2008 and SQL Server 2008. I have two fields: MonthLoaded and DateLoaded. I'm trying to put these together along with the year to create a formatted date: 07/01/2011. I'm getting 7.00/1.00/2011. My formula is (truncate({Dispatch2011.MonthLoaded},0)) & "/" & (truncate({Dispatch2011.DateLoaded},0)) & "/" & "2011"
How do I get this to format correctly? I thought truncate would do it, but it's not working. Any thoughts or suggetions? I also tried using "totext".
Thanks!
Di
I am using Crystal Reports 2008 and SQL Server 2008. I have two fields: MonthLoaded and DateLoaded. I'm trying to put these together along with the year to create a formatted date: 07/01/2011. I'm getting 7.00/1.00/2011. My formula is (truncate({Dispatch2011.MonthLoaded},0)) & "/" & (truncate({Dispatch2011.DateLoaded},0)) & "/" & "2011"
How do I get this to format correctly? I thought truncate would do it, but it's not working. Any thoughts or suggetions? I also tried using "totext".
Thanks!
Di