How to convert date time

Use This

Convert.ToDateTime(Your String Variable Of Date).ToString(“yyyy-MM-dd ‘T’ HH:mm:ss”)

Regards

Update

1 Like