How can I add 1 year in today's date default in the database?
I am trying to add by doing the following but I feel this is now the correct way because if I just add the year then next year that date would not be present in the calendar. For Eg: 29-Feb-2020 would not be in 2021. So what would be the correct way to add a year ahead date in the database by default.
I just did but this is not the correct way as per my thought