SyntaxFix
Write A Post
Hire A Developer
Questions
You can do like follow:
String date = DateTime.Now.Date.ToString(); String Month = DateTime.Now.Month.ToString(); String Year = DateTime.Now.Year.ToString();
On the place of datetime you can use your column..