1.0.9 • Published 3 years ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago