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\")
I am using this
=Format(Now(), "dd/MM/yyyy hh:mm tt")