From 246b266a7532aa775f0a89cdf5589f94e0a436e7 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 15 Feb 2018 13:00:10 +0800 Subject: [PATCH] Pman.Dialog.VerifyAccess.bjs Pman.Dialog.VerifyAccess.js --- Pman.Dialog.VerifyAccess.bjs | 1 + Pman.Dialog.VerifyAccess.js | 1 + 2 files changed, 2 insertions(+) diff --git a/Pman.Dialog.VerifyAccess.bjs b/Pman.Dialog.VerifyAccess.bjs index 0da642dd..6e6ca814 100644 --- a/Pman.Dialog.VerifyAccess.bjs +++ b/Pman.Dialog.VerifyAccess.bjs @@ -120,6 +120,7 @@ }, "Boolean allowBlank" : false, "String name" : "expire_dt", + "String format" : "Y-m-d", "xtype" : "DateField", "string fieldLabel" : "Expire Date", "$ xns" : "Roo.bootstrap", diff --git a/Pman.Dialog.VerifyAccess.js b/Pman.Dialog.VerifyAccess.js index ef4056ac..dec074e1 100644 --- a/Pman.Dialog.VerifyAccess.js +++ b/Pman.Dialog.VerifyAccess.js @@ -264,6 +264,7 @@ Roo.apply(Pman.Dialog.VerifyAccess.prototype, { xtype : 'DateField', allowBlank : false, fieldLabel : _this._strings['5a787141d53b573ec9b86e900bfe0d79'] /* Expire Date */, + format : 'Y-m-d', indicatorpos : 'right', name : 'expire_dt', listeners : { -- 2.39.2