Hi all, I'm simply trying to add 1 day onto today's date.
I've figured out that I need to convert todays date to milliseconds using getTime() but when I try to add 8640000 milliseconds (ie 1 day) onto my object I can't manage to convert it back so that the date is incremented by 1 day.
No doubt it's a doddle to to but I'm lost!
I've figured out that I need to convert todays date to milliseconds using getTime() but when I try to add 8640000 milliseconds (ie 1 day) onto my object I can't manage to convert it back so that the date is incremented by 1 day.
No doubt it's a doddle to to but I'm lost!