Dear All,
I have two textbox in which i have to display system date and system time.I have to show time in 24 hrs format.
txt_date.Text = Now.Date
txt_time.Text = Now.TimeOfDay.Hours & ":" & Now.TimeOfDay.Minutes
Please help i am using VB.Net
...
Go to the complete details ...