How to Do the By using of Timestamp Now Time with Date ISO 8061 (2021-07-06T20:08:10) in Code Of Asp.net Please Help Me
Loading
How to Do the By using of Timestamp Now Time with Date ISO 8061 (2021-07-06T20:08:10) in Code Of Asp.net Please Help Me
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.
Amit MohantyPosted Apr 10, 2023, 10:43 AM
You can use the
DateTime.Nowproperty in ASP.NET to get the current date and time, and then format it to the ISO 8061 date-time string using theToStringmethod with the format specifier"yyyy-MM-ddTHH:mm:ss".Naimish MakwanaPosted Apr 10, 2023, 10:44 AM
Try below:
Thanks