We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
data-ax5formatter="date" 경우 초기화가 안되고 있는거 같습니다.
The text was updated successfully, but these errors were encountered:
재현이 어렵습니다. 따로 코드를 받아봐야 되겠습니다. 연휴 잘 보내세요
Sorry, something went wrong.
axboot 쪽에 이슈같은데요.
axboot.modelFormatter.clearProcessor = { "money": function (_v) { return ("" + _v).replace(/\D/g, ""); }, "number": function (_v) { return ("" + _v).replace(/\D/g, ""); }, "date": function (_v) { return ax5.util.date(("" + _v), {"return": 'yyyy-MM-dd'}); }, "time": function (_v) { return ("" + _v).replace(/\D/g, ""); }, "bizno": function (_v) { return ("" + _v).replace(/\D/g, ""); }, "phone": function (_v) { return ("" + _v).replace(/\D/g, ""); }, "customPattern": function (_v) { return _v; } };
에서 클리어포멧을 관리합니다. 이 부분을 확인하세요
No branches or pull requests
data-ax5formatter="date" 경우 초기화가 안되고 있는거 같습니다.
The text was updated successfully, but these errors were encountered: