0

I am looking for a default Date Parameter Expression which i would like to SSRS Start Date Time field to a specific date i.e 25/01/2017 07:00:00:000 I currently have an expression which will only give me a date =DateValue("January 25,2017")

Could someone help please?

satya
  • 313
  • 1
  • 7
  • 15

1 Answers1

0

You can try this:

=Format(Parameters!yourParameter.Value, "MM/dd/yyyy hh:mm:ss")
ser_nicky
  • 326
  • 1
  • 5