Skip to main content

All Questions

0 votes
2 answers
1k views

Laravel disable choosing end date before choosing start date

I tried to disable end period date to prevent user from choosing end date before they choose start date first, here is my code : // Datepicker $('.dtpicker').datepicker({ ...
Vtych's user avatar
  • 71
0 votes
4 answers
820 views

Laravel: Converting m/d/Y to Y-m-d from jQuery UI Datepicker before saving to database [duplicate]

I am trying to save a date from jQuery UI datepicker to database. I want to display the date in m/d/Y format on date selection from the input form. When I try to save it to the database, it is giving ...
Reman Bala's user avatar
0 votes
2 answers
12k views

Laravel: datepicker is not working

I need a help. datepicker is not working on laravel view file please help how to make it working For Live file, I have used this: {!! Html::script('http://code.jquery.com/ui/1.12.1/themes/base/...
user avatar
2 votes
1 answer
2k views

jQuery datepicker not working - Laravel app

I contained my datepicker input inside if statement, so it doesn't work. I don't know whether it isn't working because of if statement or else, but when there is no if statement, datepicker works fine....
Irfan's user avatar
  • 105
0 votes
1 answer
2k views

Laravel 5 datepicker multilanguage

I'm using Laravel 5.1 and jquery datepicker: <script> $(function () { $('input[type=date]').datepicker({ dateFormat: 'dd.mm.yy' }); }); </script> I ...
Steve's user avatar
  • 1,046