Skip to content

sprintcube/angular-timestamp

Repository files navigation

Unix Timestamp Converter

A demo project using Angular to convert any Unix timestamp value to human readable date and time.

It shows current Unix timestamp and converts it to a readable format in UTC and user's local timezone. Also, it allows to enter the timestamp value manually or to select a date time from the picker and converts it to a readable format.

Angular Concepts

In this demo, following concepts are used.

  • Components
  • Services
  • Observables
  • Interfaces
  • Reactive Forms

Libraries

This demo uses following third-party libraries.

Development server

To install it on your local server, clone this repository and run npm install. Once the installation is completed, run ng serve for a dev server. Navigate to http://localhost:4200/.

This project was generated with Angular CLI version 1.6.1.

About

A small tool to convert unix timestamp to human readable format.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published