<div dir="ltr">I thought I read some where that strptime() will pad 0's for day's for some reason this isnt working for me and I'm wondering if i'm doing something wrong. <div><br></div><div><div>>>> from datetime import datetime</div>

<div>>>> dt = datetime.strptime('Apr 9 2013', '%b %d %Y')</div></div><div><div><div>>>> dt.day</div><div>9</div></div></div><div>>>></div><div><br></div><div style>How can I get strptime to run 09? instead of 9 </div>

<div style><br></div><div style><br></div><div style>--RB </div></div>