convert.tostring with datetime string
// create date time 2019-11-12 22:45:12.004
DateTime date = new DateTime(2019, 11, 12, 22, 45, 12, 004);
string date_str = date.ToString("dd/MM/yyyy HH:mm:ss");
convert.tostring with datetime string
// create date time 2019-11-12 22:45:12.004
DateTime date = new DateTime(2019, 11, 12, 22, 45, 12, 004);
string date_str = date.ToString("dd/MM/yyyy HH:mm:ss");
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us