I have a column Month in my table. The month name and date are stored in this month column like
Month 01-JAN-12 02-FEB-12
datepart function do this easily
SELECT DATEPART(m, getdate())