when I did this on hypercard all i had to do was:
put the date into date
convert date to secs(onds)
date =+ (24*60*60*No_of _days_i_want_to _add_on)
convert date to the date
Is there any way I could do that with Python
put the date into date
convert date to secs(onds)
date =+ (24*60*60*No_of _days_i_want_to _add_on)
convert date to the date
Is there any way I could do that with Python
Comment