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

sql server reporting services : Need help to return the first day of the current Month (08/01/2005


Lam Nguyen
8/25/2005 2:31:30 PM
I need to put in parameter always return the first day of the current Month.
Example: if today is 08/25/2005, I need to
Robert Bruckner [MSFT]
8/25/2005 6:44:14 PM
Check the MSDN documentation about the DateTime class.

For your particular case, you may want to try:
=DateTime.Today.AddDays(1-DateTime.Today.Day)

-- Robert
This posting is provided "AS IS" with no warranties, and confers no rights.


[quoted text, click to view]

AddThis Social Bookmark Button