Hello,
I have to set date time format in 24 hours.
- DateTime dtDeadline = (DateTime)currentResume.PositionDeadlineTime;
- dateDeadLine = dtDeadline.ToString("dd MMM yyyy hh:mm:ss");
But I need the results as "03 Dec 2019 13:30:00" // 24 hours
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.
Piyush PansuriyaPosted Dec 3, 2019, 2:31 AM