mirror of
https://github.com/e107inc/e107.git
synced 2025-10-18 16:26:20 +02:00
More cleanup
This commit is contained in:
@@ -15,7 +15,8 @@ $(document).ready(function()
|
||||
$("input.e-date").each(function() {
|
||||
$(this).datepicker({
|
||||
dateFormat: $(this).attr("data-date-format"),
|
||||
ampm: $(this).attr("data-date-ampm")
|
||||
ampm: $(this).attr("data-date-ampm"),
|
||||
showButtonPanel: true
|
||||
});
|
||||
});
|
||||
|
||||
@@ -23,7 +24,8 @@ $(document).ready(function()
|
||||
$(this).datetimepicker({
|
||||
dateFormat: $(this).attr("data-date-format"),
|
||||
timeFormat: $(this).attr("data-time-format"),
|
||||
ampm: $(this).attr("data-date-ampm")
|
||||
ampm: $(this).attr("data-date-ampm"),
|
||||
showButtonPanel: true
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user