I've got this:
post["date"] = "2007-07-18 10:03:19"
And from post["date"], I'd like to extract just "2007-07-18". I've seen some reference to strptime without being sure how to use it
I'm not really familiar with python, just 1-2 scripts a year, so the solution might be obvious for a lot of you :)