I have to text box, I entered First text box FromDate and in secod is ToDate when I click on Button I want to show week number and month name in lable.how to find week number and month.
This way
string month = new DateTime(2009, 12, 01).ToString("MMMM");
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.