-
-
Notifications
You must be signed in to change notification settings - Fork 838
Closed
Labels
Description
I use AdminLTE for template infyom. I use scaffold and one field have date type. When I try input data in form, I cant input field date type. always blank. This is code in my project:
@section('scripts') <script type="text/javascript"> $('#tgl_lahir').datetimepicker({ format: 'YYYY-MM-DD HH:mm:ss', useCurrent: false }) </script> @endsection
I did not change anything. how resolve my problem?
Thx