mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-04 10:14:36 +02:00
Added an option to change date format
This commit is contained in:
parent
c2e90d4d83
commit
9ba0e52bb7
5 changed files with 37 additions and 6 deletions
|
@ -156,6 +156,15 @@
|
|||
</p>
|
||||
</ui-tooltip>
|
||||
</div>
|
||||
|
||||
<div clas="flex items-center py-2">
|
||||
<ui-dropdown v-model="newServerSettings.dateFormat" :items="dateFormats" small @input="(val) => updateSettingsKey('dateFormat', val)" style="width: 10em; display:inline-flex" />
|
||||
<p class="pl-4 text-lg" style="display:inline-flex; vertical-align: top;">
|
||||
Date Format
|
||||
<span class="material-icons icon-text">info_outlined</span>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="h-0.5 bg-primary bg-opacity-30 w-full" />
|
||||
|
@ -282,6 +291,9 @@ export default {
|
|||
set(val) {
|
||||
this.$store.commit('setExperimentalFeatures', val)
|
||||
}
|
||||
},
|
||||
dateFormats() {
|
||||
return this.$store.state.globals.dateFormats
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue