24 dayNames: <?= $days[
'wide'] ?>,
25 dayNamesMin: <?= $days[
'abbreviated'] ?>,
26 monthNames: <?= $months[
'wide'] ?>,
27 monthNamesShort: <?= $months[
'abbreviated'] ?>,
28 infoTitle:
"<?= /* @escapeNotVerified */ __('About the calendar') ?>",
29 firstDay: <?= $firstDay ?>,
30 closeText:
"<?= /* @escapeNotVerified */ __('Close') ?>",
31 currentText:
"<?= /* @escapeNotVerified */ __('Go Today') ?>",
32 prevText:
"<?= /* @escapeNotVerified */ __('Previous') ?>",
33 nextText:
"<?= /* @escapeNotVerified */ __('Next') ?>",
34 weekHeader:
"<?= /* @escapeNotVerified */ __('WK') ?>",
35 timeText:
"<?= /* @escapeNotVerified */ __('Time') ?>",
36 hourText:
"<?= /* @escapeNotVerified */ __('Hour') ?>",
37 minuteText:
"<?= /* @escapeNotVerified */ __('Minute') ?>",
38 dateFormat: $.datepicker.RFC_2822,
43 buttonImageOnly:
null,
45 showButtonPanel:
true,