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
Post a Comment