Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@duncanmcclean
Copy link
Member

This pull request ensures that years always have 4 digits:

CleanShot.2025-11-27.at.11.27.01.mp4

focusout: (event) => {
if (props.modelValue?.year.toString().length === 2) {
let value = props.modelValue;
value.year = '20' + value.year;
Copy link
Member

Choose a reason for hiding this comment

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

// todo: change to '21'

@jasonvarga jasonvarga merged commit 2270f4a into master Nov 29, 2025
9 checks passed
@jasonvarga jasonvarga deleted the enforce-four-digit-dates branch November 29, 2025 16:59
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.

3 participants