Python

From KeegansWiki
Revision as of 11:10, 24 May 2016 by Keegan (talk | contribs) (Created page with "=HowTo= ==Format a dat== dt = parse(row[headerLoc['BirthDate']]) password = dt.strftime('%m%d%Y')")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

HowTo

Format a dat

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