1.1.5 • Published 4 years ago

pip-webui2-dates v1.1.5

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

Date components

npm.io

##Components

Date-time range

Control visualizes specific time interval

Using

<pip-time-range [startDate]="startDate" [endDate]="endDate"></pip-time-range>

Example on the image

Date-time range edit

Control allows to specify time interval rounded to days or half-hour chunks

Using

<pip-time-range-edit [startDate]="startDate" [endDate]="endDate" 
    (startDateChange)="startDate = $event" (endDateChange)="endDate = $event">
</pip-time-range-edit>

Example on the image

Pipes

Elapsed

Shows localized time interval from date to now

Using

    {{ dateInPast | elapsed }}

Localized date

Shows localized date

Using

    {{ startDate | localizedDate: 'dd MMM yyyy HH:mm' }}

Installation

To install this module using npm:

npm install pip-webui2-dates --save

License

This module is released under MIT license and totally free for commercial and non-commercial use.

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.1-beta.1

6 years ago

1.0.0

6 years ago

0.0.0

6 years ago