( ! ) Deprecated: Optional parameter $ent_id declared before required parameter $type_id is implicitly treated as a required parameter in /data/www/live/clink/new/gen/includes/functions_spec.php on line 384
Call Stack
#TimeMemoryFunctionLocation
10.0012384360{main}( ).../public-3.php:0
20.0018505336include_once( '/data/www/live/clink/new/gen/includes/initialize.php ).../public-3.php:5

( ! ) Deprecated: Optional parameter $curDepth declared before required parameter $ins is implicitly treated as a required parameter in /data/www/live/clink/new/gen/includes/functions_spec.php on line 830
Call Stack
#TimeMemoryFunctionLocation
10.0012384360{main}( ).../public-3.php:0
20.0018505336include_once( '/data/www/live/clink/new/gen/includes/initialize.php ).../public-3.php:5
Charters.Link
( ! ) Warning: foreach() argument must be of type array|object, string given in /data/www/live/clink/new/gen/test/public-test-header.php on line 20
Call Stack
#TimeMemoryFunctionLocation
10.0012384360{main}( ).../public-3.php:0
20.103017743400include_once( '/data/www/live/clink/new/gen/test/public-test-header.php ).../public-3.php:66

( ! ) Warning: foreach() argument must be of type array|object, string given in /data/www/live/gen_includes/functions_gen.php on line 3691
Call Stack
#TimeMemoryFunctionLocation
10.0012384360{main}( ).../public-3.php:0
20.103017743400include_once( '/data/www/live/clink/new/gen/test/public-test-header.php ).../public-3.php:66
30.103917905888loadScripts( $scriptArray = '<script src=\'/material-pro/src/assets/libs/jquery/dist/jquery.min.js\' type=\'text/javascript\'></script>\n<script src = "https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js" integrity = "sha512-uto9mlQzrs59VwILcLiRYeLKPPbS/bT71da/OEBYEwcdNUk8jYIy+D176RYoop1Da+f9mvkYrmj5MCLZWEtQuA==" crossorigin = "anonymous" referrerpolicy = "no-referrer" type = "text/javascript" ></script>\n<script src=\'/assets/clink_start_scripts.js\' type=\'text/javascript\'></script>\n', $echoNow = TRUE, $skipArr = [0 => 'blank', 1 => 'CLink Custom', 2 => 'Popper', 3 => 'Perfect Scrollbar', 4 => 'C3', 5 => 'DataTables', 6 => 'datatables responsive', 7 => 'moment', 8 => 'fullcalendar', 9 => 'drag and drop', 10 => 'dropzone Uploads', 11 => 'summernote wysiwyg editor', 12 => 'he HTML Encoder', 13 => 'CLink Custom', 14 => 'CLink Custom Legacy'] ).../public-test-header.php:34
Loading...

( ! ) Warning: foreach() argument must be of type array|object, string given in /data/www/live/gen_includes/functions_gen.php on line 3691
Call Stack
#TimeMemoryFunctionLocation
10.0012384360{main}( ).../public-3.php:0
20.103917893232loadScripts( $scriptArray = '<script src = "https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.min.js" integrity = "sha384-Atwg2Pkwv9vp0ygtn1JAojH0nYbwNJLPhwyoVbhoPwBhjQPR5VtM2+xf0Uwh9KtT" crossorigin = "anonymous" type = "text/javascript" ></script>\n<script src=\'/material-pro/dist/js/app.min.js\' type=\'text/javascript\'></script>\n<script src=\'/material-pro/dist/js/app-style-switcher.js\' type=\'text/javascript\'></script>\n<script src = "https://cdnjs.cloudflare.com/ajax/libs/jquery.perfect-scrollbar/0.6.10/js/perfect-scrol'..., $echoNow = TRUE, $skipArr = [0 => 'blank', 1 => 'CLink Custom', 2 => 'Popper', 3 => 'Perfect Scrollbar', 4 => 'C3', 5 => 'DataTables', 6 => 'datatables responsive', 7 => 'moment', 8 => 'fullcalendar', 9 => 'drag and drop', 10 => 'dropzone Uploads', 11 => 'summernote wysiwyg editor', 12 => 'he HTML Encoder', 13 => 'CLink Custom', 14 => 'CLink Custom Legacy'] ).../public-3.php:68

Public Testing Page 3

MDB5 Pro Datepicker Issue

The Problem?

When I use the placeholder format of m-d-yyyy in a field using datepicker, when you click on a date in the datepicker, it puts the date - 1 month into the input. For example, if you click on June 11, it will put "5/11/2021" in the date input field instead of "6/11/2021".

When I change the placeholder format to mm-dd-yyyy then it works fine.

Documentation (https://mdbootstrap.com/docs/standard/forms/datepicker/) says that "m" can be used as a month of the yera, and that it will return 1-12.

Samples

Broken

Placeholder: m-d-yyyy

Broken

Placeholder: m-d-yyyy + inline datepicker

Working

Placeholder: mm-dd-yyyy

Working

Placeholder: mm-dd-yyyy + inline datepicker

Javascript