Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
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
refactor(date picker): Migrate Date Picker to Ant Design 5 #31019
refactor(date picker): Migrate Date Picker to Ant Design 5 #31019
Changes from 34 commits
2b1950a
ba7a325
ded1285
63d7c02
17d0041
8eb99d3
f556d9c
8572277
fd2f451
4a55d06
9c8eca1
6cbac28
e9fcacd
a035c87
af97ee0
5a0862a
a3e10bf
638599f
854a66a
972bf08
58a7355
f60a221
568b4f5
962ad20
4fee444
554b4f2
0a49f2f
97f88be
5aa5581
c1c5cb5
85f4664
9c0cb0c
056dc14
8710a60
79925f3
b3d0a24
4939091
3de0a5d
5835167
ace0177
5b22577
f5a699d
32f2d46
246ad4d
407a819
c6b6aab
ddb7af8
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incompatible Date-Time Format
Tell me more
What is the issue?
The date-time format 'YYYY-MM-DD hh:mm a' is a moment.js format. Dayjs requires 'YYYY-MM-DD HH:mm A'.
Why this matters
Using moment.js date-time format with dayjs will result in incorrect date and time formatting in the UI.
Suggested change
Change the format to 'YYYY-MM-DD HH:mm A' to match dayjs formatting requirements.
Chat with Korbit by mentioning @korbit-ai, and give a 👍 or 👎 to help Korbit improve your reviews.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"YYYY-MM-DD-hh:mm a" is a valid dayjs format.
https://day.js.org/docs/en/display/format