forked from forgejo/forgejo
milestone: edit
This commit is contained in:
parent
cf90312b8f
commit
74bd6b939c
10 changed files with 132 additions and 74 deletions
|
@ -88,9 +88,9 @@ function initRepository() {
|
|||
inline: true,
|
||||
timepicker: false,
|
||||
startDate: $datepicker.data('start-date'),
|
||||
formatDate: 'm/d/Y',
|
||||
formatDate: 'Y-m-d',
|
||||
onSelectDate: function (ct) {
|
||||
$('#deadline').val(ct.dateFormat('m/d/Y'));
|
||||
$('#deadline').val(ct.dateFormat('Y-m-d'));
|
||||
}
|
||||
});
|
||||
$('#clear-date').click(function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue