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
在格式为 YYYY年MM月DD日 hh:mm:ss 的情况下,点击按顺序选择时间不会出现问题。 当选着完成后,想要只修改 hh:mm:ss ,点击确定后YYYY年MM月DD日 会变为当天的日期, 理论上应该实现修改什么就只变化什么
The text was updated successfully, but these errors were encountered:
源码424行:改成 that.selectValue = that.selectValue && that.selectValue.length > 0 ? that.selectValue : [jet.parse(jet.getDateTime({}), parmat)];就好了
Sorry, something went wrong.
No branches or pull requests
在格式为 YYYY年MM月DD日 hh:mm:ss 的情况下,点击按顺序选择时间不会出现问题。
当选着完成后,想要只修改 hh:mm:ss ,点击确定后YYYY年MM月DD日 会变为当天的日期,
理论上应该实现修改什么就只变化什么
The text was updated successfully, but these errors were encountered: