Skip to content

feat: add millisecond support to date-time picker#232

Open
WilliamCepeda wants to merge 4 commits intodanielmoncada:masterfrom
WilliamCepeda:feature/milliseconds-added
Open

feat: add millisecond support to date-time picker#232
WilliamCepeda wants to merge 4 commits intodanielmoncada:masterfrom
WilliamCepeda:feature/milliseconds-added

Conversation

@WilliamCepeda
Copy link

  • extend DateTimeAdapter API with getMilliseconds, setMilliseconds and createDate(milliseconds)
  • implement milliseconds in NativeDateTimeAdapter and UnixTimestampDateTimeAdapter
  • update createDate and createDateWithOverflow utilities to accept/validate milliseconds
  • add showMillisecondsTimer and stepMillisecond inputs; wire millisecond handling in timer and container
  • update timer templates/components (timer box maxlength/padding, millisecond controls, enable/disable logic)
  • add intl labels for millisecond controls
  • adjust native/unix formats to include seconds where needed
  • increase timer input width and add milliseconds demo in the app

- extend DateTimeAdapter API with getMilliseconds, setMilliseconds and createDate(milliseconds)
- implement milliseconds in NativeDateTimeAdapter and UnixTimestampDateTimeAdapter
- update createDate and createDateWithOverflow utilities to accept/validate milliseconds
- add showMillisecondsTimer and stepMillisecond inputs; wire millisecond handling in timer and container
- update timer templates/components (timer box maxlength/padding, millisecond controls, enable/disable logic)
- add intl labels for millisecond controls
- adjust native/unix formats to include seconds where needed
- increase timer input width and add milliseconds demo in the app
@Warrio111
Copy link

@danielmoncada please Accept this Pr is really important to have miliseconds in industry systems

@danielmoncada
Copy link
Owner

danielmoncada commented Nov 20, 2025

@WilliamCepeda thanks for the PR. Mind resolving conflicts?

@WilliamCepeda
Copy link
Author

@danielmoncada conflicts resolved

@danielmoncada
Copy link
Owner

@WilliamCepeda thanks! let me test locally really quick before a publish

@danielmoncada
Copy link
Owner

@WilliamCepeda the addition of ms is causing the unit tests to fail, fyi

@WilliamCepeda
Copy link
Author

@danielmoncada just committed a fix and ran tests locally

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