Level 1
{{date('Y-m-d',strtotime('+7 days'))}}
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
hi.,
i have field in the date format in blade file as follows.
<input type =" date" value="{{ date('Y-m-d') }}" >
i would like to add 7 days to the current date in the same field?
how this can be done?
Please or to participate in this conversation.