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
我在使用 DateTimePicker时候, 我手动输入了一个format格式, 但是没有达到我想要的预期的展示 默认值是 'YYYY-MM-DD HH:mm' 我想要他展示成 'DD-MM-YYYY'的格式
<up-datetime-picker v-model="time" style="padding: 0; border: none" hasInput format="DD-MM-YYYY" :show="showDate" confirmColor="#E73131" mode="date" @confirm="confirmTime" @cancel="cancelTime" />
这种情况下我应该怎么去实现这个功能呢
平台:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我在使用 DateTimePicker时候, 我手动输入了一个format格式, 但是没有达到我想要的预期的展示 默认值是 'YYYY-MM-DD HH:mm' 我想要他展示成 'DD-MM-YYYY'的格式
这种情况下我应该怎么去实现这个功能呢
平台:
The text was updated successfully, but these errors were encountered: