Can not append a date to a list!

Posted by Spikie on Stack Overflow See other posts from Stack Overflow or by Spikie
Published on 2010-04-19T15:47:58Z Indexed on 2010/04/19 16:03 UTC
Read the original article Hit count: 195

Filed under:
|

Is there a reson why date can not append to a list?

vdate = str(dates.date)
vdats = vdate.split("")
vdats = vdats[0]
vbalance.append(vdats)

just did not work?

What am I doing wrong?

© Stack Overflow or respective owner

Related posts about python

Related posts about beginner