I have a quick question.. How can get python to take whatever time of day it is, and output it as military time? I already know how to get it to return the specific time.
Military Time
Collapse
X
-
Originally posted by wocoscI would like to store the current time and then convert it to military time and then print it on screen. Any help would be great..Code:theTime = time.localtime()
Welcome to the Python Forum on TheScripts.com.Comment
Comment