Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Good morning,
i'm writing a date like this: 01/01/2018 in a variable
i would like to calculate a year before from this in another variable.
It works if i define it like: variable2= $(variable1)-345 but i would like to set like year()-1
Any ideas?