|
What formula should I use to have a SSRS parameter show the first day of the current month as its default value in the format dd/MMM/yyy eg 01/Jan/2010? I am currently using I could easily get this with a call to the SQL Server but it seems a waste.
(comments are locked)
|
|
Actually ended using
(comments are locked)
|
|
Try this: +1 - thanks for the .ToString("dd/MMM/yyyy")
Jan 26 '10 at 05:39 AM
Fatherjack ♦♦
(comments are locked)
|

