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 - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -