c# datetime format using singleline -


any easy way the date in (european) format?

day/month/year hour/minute/sec

i need date space between year , hour. if possible without saving string, because draw on images timestamp.

this give date , time string can draw on images:

datetimeobject.tostring("dd/mm/yyyy hh/mm/ss"); 

(edited due comment slashes required.)


Comments

Popular posts from this blog

javascript - ScrollTo Effect (href to div) -

javascript - ng-class not responding to change in model in Angular? -

javascript - document.registerElement extending HTMLInputElement prototype while using custom tag name to avoid implicit browser style -