Работа над диалогом выбора даты

This commit is contained in:
Book Pauk
2022-10-31 20:38:35 +07:00
parent bcd0308641
commit 8982b3eaf0
10 changed files with 301 additions and 40 deletions

View File

@@ -204,8 +204,7 @@ class BookView {
if (!this.book.date)
return '';
const date = utils.parseDate(this.book.date);
return utils.formatDate(date, 'noDate');
return utils.sqlDateFormat(this.book.date);
}
selectAuthor() {