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
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
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
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.
Please or to participate in this conversation.