Brett
12y, 318d ago
I have an "unpad" function in there. To turn it off, change this line:
output = du.parsedate(date_string,format,true)
to:
output = du.parsedate(date_string,format,false)
(the third parameter determines whether it unpads or not, so change true to false).