on SSRS report I need to show todays date and current time
todays date and current time
i tried this =FormatDateTime(Now,\"MM/dd/yyyy hh:mm tt\") but this is not worki
=FormatDateTime(Now,\"MM/dd/yyyy hh:mm tt\")
=Replace(Format(CDate(Now()),"MM.dd.yyyy"), ".", "/")