how to make date time .now in object code example
Example: c# datetime current
DateTime now = DateTime.Now;
string strDate = now.ToString("YYYY-MM-dd");
DateTime now = DateTime.Now;
string strDate = now.ToString("YYYY-MM-dd");