Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Hamelraj's avatar

LaravelCollective Date format

In my form i need to select year and month using Lravelcollective form fields no any date picker plugins normaly i can use this

 {!! Form::date('date',\Carbon\Carbon::now(),['class' => 'form-control']) !!}

i tired \Carbon\Carbon::now()->format('Y-m') but its not working for my requirement .

i don't want use bootstrap datepicker

0 likes
1 reply
vandyczech's avatar
Level 3

Use datetime picker via jquery or bootstrap datepicker is the one of the best solution. Its many various another solutions but nothing will be good like bootstrap datepicker.

1 like

Please or to participate in this conversation.