datepicker left right icons

This commit is contained in:
msquare 2021-09-11 16:12:08 +02:00
parent 86606c8055
commit 71ffb68845
1 changed files with 3 additions and 1 deletions

View File

@ -122,7 +122,9 @@ $(function () {
time: 'bi bi-clock',
date: 'bi bi-calendar',
up: 'bi bi-arrow-up',
down: 'bi bi-arrow-down'
down: 'bi bi-arrow-down',
previous: 'bi bi-arrow-left',
next: 'bi bi-arrow-right'
}
};