how to create time 00:00:00 in asp.net?
how to create time 00:00:00 in asp.net?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Jan 10, 2015, 4:04 PM
DateTime.Today.ToString("HH:mm:ss")
TimeSpan.Zero.ToString(@"hh\:mm\:ss")
Manish Kumar ChoudharyPosted Jan 10, 2015, 12:40 PM
dt.ToString ("HH:mm:ss");