imgsimonebiliato Well-Known Member Licensed User Longtime User Nov 12, 2013 #1 Hello, how can I set the DateTime.Date(DateTime.Now) and Datetime.Time(Datetime.Now) with this format yyyyMMdd hh:mm:ss?
Hello, how can I set the DateTime.Date(DateTime.Now) and Datetime.Time(Datetime.Now) with this format yyyyMMdd hh:mm:ss?
imgsimonebiliato Well-Known Member Licensed User Longtime User Nov 12, 2013 #2 DateTime.DateFormat = "yyyyMMdd HH:mm:ss" DateTime.Date(DateTime.Now) Thk Upvote 0