In my SSRS report i have Startdate, enddate parameters(datetime).For start date I have default value as =DateAdd("d",-7,Now())
and end date as =Now()
. While select startdate from datepicker, I want to display time format "00:00:00"
and for end date "23:59:59"
. How can we achieve this with ssrs function?
Can anyone help me to complete this?
Thanks in advance..
0
votes
What are you saying is not clear. Do you want 24 Hr time format ?
– Mahesh
yes.. while selecting date from datepicker need time for start date as "00:00:00" and for enddate datepicker is "23:59:59"
– KaviSuja
Ok so you want static values for time in start date and end date right ?
– Mahesh