Skip to content

SnakeByteDevelopment/angular2-date-adapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

this class can be used to change the formatting of dates in angular2 or higher. based on instructions found on stackoverflow.

source: https://stackoverflow.com/a/44566335/4088205

installation

$ npm install git+https://github.com/SnakeByteDevelopment/angular2-date-adapter --save

add the following to your app.module.ts:

...
import {Angular2DateAdapter, DDMMYYYYY_DATE_FORMATS} from '@angular/date-adapter/date-adapter'
...

  providers: [
    {provide: DateAdapter, useClass: Angular2DateAdapter},
    {provide: MAT_DATE_FORMATS, useValue: DDMMYYYYY_DATE_FORMATS},
    ...
  ],

this class can be used to change the formatting of dates in angular2 or higher.

based on instructions found on stackoverflow

source: https://stackoverflow.com/a/44566335/4088205

About

date adapter for angular2+

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published