Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
andrewhopkinson
Yak Posting Veteran
63 Posts |
Posted - 2010-02-05 : 09:53:33
|
In the tips window for date and time functions it gives hints to certain functions, example:=DatePart("q",Fields!BirthDate.Value,0,0)=DatePart(DateInterval.Quarter,Fields!BirthDate.Value,FirstDayOfWeek.System,FirstWeekOfYear.System)Is there a list somewhere of all of these built in date functions like DateInverval and FirstDayofWeek? |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2010-02-05 : 10:01:43
|
do you mean this?http://msdn.microsoft.com/en-us/library/20ee97hz(VS.80).aspx |
 |
|
|
|
|