1.0.9 • Published 2 years ago

@my-poi/ngx-date-time-picker v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

NgxDateTimePicker

Date time picker for Angular - example.

npm.io

Usage

<ngx-date-time-picker
  seconds
  type="date-time"
  locale="en-US"
  [value]="initValue"
  (change)="showChanges($event)"
></ngx-date-time-picker>

<ngx-date-time-picker
  seconds
  type="date"
  locale="pl-PL"
  [value]="initValue"
  (change)="showChanges($event)"
></ngx-date-time-picker>

<ngx-date-time-picker
  type="time"
  (change)="showChanges($event)"
></ngx-date-time-picker>

If you do not specify a locale your browser settings will be used. If there are no settings for your country, please send them to us and they will be added.

If you want to co-create a solution speak up.

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago