Estimate Delivery

I want to get result like in picture. Basically all I need is some sort of db query or function that

prints today date +7days.

For example if now is 2017-12-19

it would print number 2017-12-26, or if possible in nicer form without year if front 12-26.

Thank you!

estimate.png

I found what I needed here

http://forum.cs-cart.com/topic/49481-%D0%BE%D1%82%D0%BE%D0%B1%D1%80%D0%B0%D0%B7%D0%B8%D1%82%D1%8C-%D0%B4%D0%B0%D1%82%D1%83-%D1%80%D1%8F%D0%B4%D0%BE%D0%BC-%D1%81-%D0%BA%D0%BE%D0%BB%D0%B8%D1%87%D0%B5%D1%81%D1%82%D0%B2%D0%BE%D0%BC/

Small improvement

{"+7 days"|date_format:$settings.Appearance.date_format}

This would print a year also, month day is enough

Small improvement

{"+7 days"|date_format:$settings.Appearance.date_format}