mirror of
https://github.com/flextype/flextype.git
synced 2025-08-24 13:52:56 +02:00
fix(admin-panel): fix format datetimepicker for 0.9.4 release
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
<script type="text/javascript">
|
||||
$(function () {
|
||||
$("#datetimepicker").datetimepicker({
|
||||
defaultDate: "{{ entry.published_at|date(registry.settings.date_format) }}",
|
||||
locale: "{{ locale }}",
|
||||
format: "{{ dateformatToMomentJS(registry.settings.date_format) }}",
|
||||
debug: false,
|
||||
icons: {
|
||||
time: "far fa-clock",
|
||||
|
Reference in New Issue
Block a user