Thursday, March 8, 2012

24 hr time

how can I convert standard time to 24 hr time in reporting services?No conversion is necessary. It is a formatting issue. If you are formatting
the time using the DateTimeFormatInfo class you would use the format pattern
of h for a 12 hour clock presentation an hh for a 24 hour clock.
"Frank" wrote:
> how can I convert standard time to 24 hr time in reporting services?|||You may also want to check MSDN for details on format strings.
Standard datetime format strings:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconstandarddatetimeformatstrings.asp
Custom datetime format strings:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconcustomdatetimeformatstrings.asp
--
This posting is provided "AS IS" with no warranties, and confers no rights.
"B. Mark McKinney" <BMarkMcKinney@.discussions.microsoft.com> wrote in
message news:EA923A1F-967C-4E7E-9704-BAD71E81FB45@.microsoft.com...
> No conversion is necessary. It is a formatting issue. If you are
formatting
> the time using the DateTimeFormatInfo class you would use the format
pattern
> of h for a 12 hour clock presentation an hh for a 24 hour clock.
>
> "Frank" wrote:
> > how can I convert standard time to 24 hr time in reporting services?

No comments:

Post a Comment