diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-07-13 02:38:51 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-07-13 02:38:51 +0300 |
| commit | 76fdfb2ef2083563cebaca0f05d823653df18e05 (patch) | |
| tree | de87da29e698adca42c98fe1e7ac2ca102d42284 /web/html/xui/form/inbound.html | |
| parent | 80180231872375c335a36f8d6bb79442277b823e (diff) | |
date format - jalalian
Diffstat (limited to 'web/html/xui/form/inbound.html')
| -rw-r--r-- | web/html/xui/form/inbound.html | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/web/html/xui/form/inbound.html b/web/html/xui/form/inbound.html index 92edb394..c0ae1998 100644 --- a/web/html/xui/form/inbound.html +++ b/web/html/xui/form/inbound.html @@ -54,12 +54,13 @@ <a-icon type="question-circle"></a-icon> </a-tooltip> </template> - <a-date-picker style="width: 100%;" v-if="datepicker == 'gregorian'" :show-time="{ format: 'HH:mm:ss' }" format="YYYY-MM-DD HH:mm:ss" - :dropdown-class-name="themeSwitcher.currentTheme" - v-model="dbInbound._expiryTime"></a-date-picker> - <persian-datepicker v-else placeholder='{{ i18n "pages.settings.datepickerPlaceholder" }}' - value="dbInbound._expiryTime" v-model="dbInbound._expiryTime"></persian-datepicker> - </a-form-item> + <a-date-picker style="width: 100%;" v-if="datepicker == 'gregorian'" :show-time="{ format: 'HH:mm:ss' }" + format="YYYY-MM-DD HH:mm:ss" :dropdown-class-name="themeSwitcher.currentTheme" + v-model="dbInbound._expiryTime"></a-date-picker> + <persian-datepicker v-else placeholder='{{ i18n "pages.settings.datepickerPlaceholder" }}' + value="dbInbound._expiryTime" v-model="dbInbound._expiryTime"> + </persian-datepicker> + </a-form-item> </a-form> <!-- vmess settings --> |
