Evaluation add datetime calculate func

Adding and subtraction operations function to add date and time type

d1 = datetime_add(d1, 5, "yyyy")

You can do that with the normal add/subtract operators, e.g. d1 += 5y.