Click here to Skip to main content
Click here to Skip to main content

Get days of a month in SQL

By , 3 Feb 2010
 
@dt is a datetime value
 
derive the first of this month, add a month to it
then subtract 1 day to get the last day of this month
 
select days_of_month=day(
        dateadd(d,-1,
            dateadd(m,1,
                dateadd(d,1-day(@dt), @dt)
                )
            )
        )

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

g_p_l
Web Developer
United Kingdom United Kingdom
Member
No Biography provided

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
Hint: For improved responsiveness ensure Javascript is enabled and choose 'Normal' from the Layout dropdown and hit 'Update'.
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page   
-- There are no messages in this forum --
Permalink | Advertise | Privacy | Mobile
Web04 | 2.6.130523.1 | Last Updated 4 Feb 2010
Article Copyright 2010 by g_p_l
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid