I have a datetimepicker control in winform which I am creating in c#.
How would I get the week number of the month when I select a date in datetimepicker control in c#?
That means, If I select the date as 09/09/2014 then the result should be shown in next textbox control as 2nd week of the month in the winform.
Please help me out.