i have a property in the following way to keep datetime information\[code\]public string ExecutionTime{ get; set; }\[/code\]ExecutionTime value is set as \[code\]dd-MM-yyyy hh:mm:ss tt\[/code\]
How can i change the property value to appear as \[code\]yyyy-MM-dd hh:mm:ss tt\[/code\] and show in a textbox.
How can i change the property value to appear as \[code\]yyyy-MM-dd hh:mm:ss tt\[/code\] and show in a textbox.