it will be awesome if php has the ability to work with dateinterval like postgres. http://www.postgresql.org/docs/9.4/static/functions-datetime.html
i having a bad time trying to multipliyng interval, in postgres i can do ‘P1M * 23’ and i will get ‘P23M’ or ‘date object + (date interval * quantity)’ Thanks in advance.
