Hello!
I need help for something that has been around my head for a couple of days and I can not see how to even start (I know, it sounds pretentious, but we all have passed sometime in this life).
What happens is that I have 3 input's of date (date1, date2 and date3) .
With them I would like to make that when I put a date in the first input:
The others are added automatically in 3 days and the one that follows that adds up to 30 days (Not that it adds 33 days, it would have to be separately, add the 30 days it has of the input "date2" because if it is modified this (date2), the input "date3" must change to 30 more days). To simplify:
I've been looking at how to achieve the task, and at the time, I read that it could work with the strtotime function but I do not know how that function would be (I'm nood and I try to learn every day, my teachers do not teach me enough) I hope not to sound selfish or something similar, but really, I want to learn more.
I'm working with Bootstrap on codeigniter, for this case, I think it would be more with JQUERY, right?