Format Time String RDLC -
I can not get 24 hours to change the time format of 12 hours.
I have a time column in my RDLC report that displays the bar in 24 hour clock (17:00:00) (HH: mm: SS)
To display in the format of time, I clicked the right-text box -> text box property -> number -> custom and for a 12 hour clock one time format "hh: mm: ss tt" (05:00 : 00 PM is what I expected)
I have also tried the time formats provided and G is not changed me 24 hours am I wrong?
I need to convert this format to CDet
Comments
Post a Comment