Hi all,
When I query my results on my database that have datetime format, it will show something like "2006-03-13 12:26:07.390" but when I query the same result in reporting services, the format changed from previous to this format "2006-03-13 12:26:07 PM". How can I changed the format back to having the ".390" for my report
Anyone know how to go about it please let me know... Thanks in advance.
Daren

DateTime format question
Nanddeep Nachan
Check the MSDN documentation on datetime format strings and set the format property on the textbox accordingly.
* http://msdn.microsoft.com/library/en-us/cpguide/html/cpconcustomdatetimeformatstrings.asp
* http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpguide/html/cpcondatetimeformatstrings.asp
-- Robert