i want to get month from dateformat like dateformat is dd/mmm/yyyy i want
result in mm only
how it can be done in asp.net 2.0?
thnx in advance
Do you have Date or DateFormat? Can you show example code?
Hi
Convert.ToDateTime("YourDate").ToString("dd/mm/yyyy");
Just try this code.
Thanks.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.