uldis, 2002-10-28
I prefer use only SQL calendar.
create function f_days_in_month_1 (@date datetime) returns tinyint with encryption as begin return( day( dateadd(mm,1,@date - day(@date) + 1)- 1)) end
Log in or register to rate
You rated this post out of 5. Change rating
Join the discussion and add your comment