Beja Expert Licensed User Longtime User Nov 26, 2013 #1 Hi, Searching the forums I couldn't spot any hint.. I want to retrieve the current device time in military format (24hour).. formatted as "HHMMSS" Example 181205 means 06:12:05 PM. Any help appreciated.
Hi, Searching the forums I couldn't spot any hint.. I want to retrieve the current device time in military format (24hour).. formatted as "HHMMSS" Example 181205 means 06:12:05 PM. Any help appreciated.
thedesolatesoul Expert Licensed User Longtime User Nov 26, 2013 #2 You can set: DateTime.TimeFormat = "HHmmss" then when you get DateTime.Time(DateTime.Now) it should be in the correct way. Upvote 0
You can set: DateTime.TimeFormat = "HHmmss" then when you get DateTime.Time(DateTime.Now) it should be in the correct way.
Beja Expert Licensed User Longtime User Nov 26, 2013 #3 Thanks so much thedesolatesoul for your help. Upvote 0