Persian And Gregorian DateTimePicker For Angular 4+

Author: Mds92
Official Page: Go to website
Publish Date: December 11, 2017
License: MIT

Description:

A customizable Persian and Gregorian Date/Time/Date range picker for Angular 4+ apps. Compatible with Bootstrap 4 and Angular Material.

Installation:

# NPM
$ npm install mds.angular.datetimepicker --save

Usage:

import { MdsDatetimePickerModule } from 'mds.angular.datetimepicker';

@NgModule({
  declarations: [AppComponent],
  imports: [BrowserModule, MdsDatetimePickerModule],
  providers: [], 
  bootstrap: [AppComponent]
})
export class AppModule { }

<mds-datetime-picker></mds-datetime-picker>

Previews:

Persian Date Time Picker+Bootstrap4+RangePicker

Persian Date Time Picker + Bootstrap4 + RangePicker

Date Picker+Angular Material

Date Picker + Angular Material


You Might Be Interested In:

Add Comment