I'm making an app that will calculate a date between the current phone date and a new date that depends on user input.
Example: newDate = current(20/5) + months(3)
So newDate should be 20/8.
And I need a way to store newDate into my database too. Please help it's for my failing final year project T.T