date-time-picker icon indicating copy to clipboard operation
date-time-picker copied to clipboard

feat: add millisecond support to date-time picker

Open WilliamCepeda opened this issue 2 months ago • 1 comments

  • 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

WilliamCepeda avatar Oct 22 '25 06:10 WilliamCepeda

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

Warrio111 avatar Oct 30 '25 09:10 Warrio111

@WilliamCepeda thanks for the PR. Mind resolving conflicts?

danielmoncada avatar Nov 20 '25 07:11 danielmoncada

@danielmoncada conflicts resolved

WilliamCepeda avatar Nov 20 '25 07:11 WilliamCepeda

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

danielmoncada avatar Nov 20 '25 07:11 danielmoncada

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

danielmoncada avatar Nov 20 '25 07:11 danielmoncada

@danielmoncada just committed a fix and ran tests locally

WilliamCepeda avatar Nov 20 '25 07:11 WilliamCepeda