Difference between revisions of "Python"

From KeegansWiki
Jump to navigation Jump to search
(Created page with "=HowTo= ==Format a dat== dt = parse(row[headerLoc['BirthDate']]) password = dt.strftime('%m%d%Y')")
 
(No difference)

Latest revision as of 12:10, 24 May 2016

HowTo

Format a dat

dt = parse(row[headerLoc['BirthDate']])
password = dt.strftime('%m%d%Y')