Skip to content

Issue #484 fix#4254

Open
deadbytesus wants to merge 1 commit intorstudio:mainfrom
deadbytesus:main
Open

Issue #484 fix#4254
deadbytesus wants to merge 1 commit intorstudio:mainfrom
deadbytesus:main

Conversation

@deadbytesus
Copy link

@deadbytesus deadbytesus commented Jul 12, 2025

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

if (date instanceof Date) {
return (
date.getUTCFullYear() +
date.getUTCFullYear().toString().padStart(4, "0") +
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For consistency with the lines below

Suggested change
date.getUTCFullYear().toString().padStart(4, "0") +
padZeros(date.getUTCFullYear(), 4) +

@chendaniely
Copy link
Contributor

hi @ognevushka! great meeting you at the scipy sprints a few weeks ago. can you add me as a collaborator to your fork? i can work on getting the fixes done on our end so when we squash merge this PR you still get the credit?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ui.input_date() doesn't support years <1000 and >9999

4 participants