Groups | Blog | Home
all groups > sql server reporting services > october 2005 >

sql server reporting services : Date settings


Bruce L-C [MVP]
10/19/2005 9:56:42 AM
Keep in mind when doing expressions that you have VB.Net at your fingertips.
Read up on ToString and ToShortDateString

Parameters!StartDate.Value.ToShortDateString


--
Bruce Loehle-Conger
MVP SQL Server Reporting Services



[quoted text, click to view]

Ludo Van Dun
10/19/2005 3:40:27 PM
Hi,
my date settings on my system is set to british dd/MM/yyyy , however
functions I use in the heading of the report like ....

="Received between "&CDate(Parameters!StartDate.Value) & " and "
&CDate(Parameters!EndDate.Value)

..... keep returning the date in MM/dd/yyyy format.

Any ideas ?

Ludo Van Dun

PS: I use reporting services 2005

AddThis Social Bookmark Button