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
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy