starbase59
MIS
We are passing a StartDate and EndDate as a Datetime datatype from SQL 2000. The time is formatted as 00:00:00, but Crystal requires the time parameter formatted as 12:00:00. The work around in the stored procedure is
convert (varchar,@EndDate,101)
but this is going to be a pain.
Is there someway to get around putting in the time parameter in Crystal 9? Can we reformat it?
convert (varchar,@EndDate,101)
but this is going to be a pain.
Is there someway to get around putting in the time parameter in Crystal 9? Can we reformat it?