Get_Current Date And Time in Textbox

Sabarimahesh
Posted by Sabarimahesh under C# category on | Points: 40 | Views : 2816
Get_Current Date And Time in Textbox





this.TextBox1.Text = DateTime.Today.ToString("dd/MM/yyyy hh:mm:ss tt");
("dd/MM/yyyy hh:mm:ss tt");


To Get different Date Formates

http://www.dotnetfunda.com/codes/code2224-given-date-to-change-the-date-formate.aspx

Comments or Responses

Login to post response