Skip to content

Commit

Permalink
feat: support for seconds & milliseconds
Browse files Browse the repository at this point in the history
  • Loading branch information
surya-pabbineedi committed Oct 27, 2023
1 parent 948986c commit b828aa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions projects/swimlane/ngx-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## HEAD (unreleased)

- Enhancement (`ngx-datetime`): Supports seconds and milliseconds in the time picker.

## 45.0.4 (2023-8-9)

- Enhancement (`fonts`): New set of fonts added.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,6 @@ describe('DateTimeComponent', () => {
expect(component.hour).toBe(+LOCAL_HOUR);
expect(component.minute).toBe(LOCAL_MIN);
expect(component.second).toBe(LOCAL_SEC);
// expect(component.millisecond).toBe(LOCAL_MIN);
expect(component.amPmVal).toBe(LOCAL_AM_PM);
expect(component.isCurrent()).toBe(false);

Expand Down

0 comments on commit b828aa4

Please sign in to comment.