Angular 2+ And Bootstrap 4+ DateTimePicker | mds-angular-datetime-picker-package

mds-angular-datetime-picker-package is a Persian and Gregorian date and time picker with Angular 6+, AngularMaterials 6+, and Bootstrap 4+.

angularjs persian datepicker, angular material datepicker jalali, ionic persian datepicker, persian gregorian calendar javascript

Table of Contents

How to make use of it:

1. First, add the import to your module.

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

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

2. Installation requirements: You can install these packages as follows:

npm install mds.persian.datetime
npm install @angular/material @angular/cdk
npm install @angular/animations
npm install jquery
npm install popper.js
npm install bootstrap

3. Add to view:

<mds-angular-persian-datetimepicker [(ngModel)]="mdsDateTimePickerObject"
      [inLine]="false" [placeHolder]="'Mds DateTime Picker'"> 
    </mds-angular-persian-datetimepicker>

Options

NameTypeValuesDescription
isPersianbooleantrue, [false]Is date time picker Persian or gregorian
timePickerbooleantrue, [false]Is time picker enables
templateTypeEnumeration1, [2]You can choose how your date time picker generate
In materials you have animations
1 = bootstrap
2 = material
inLinebooleanfalse, [true]Show date time picker as in line on page
textBoxTypeEnumeration1, [2]If you choose [inLine]="false" it shows a textbox as a picker
You can choose how should it shows
1 = withButton
2 = withoutButton
placeHolderstring Place holder of the text box
buttonIconstring Icon of date picker button
Sample:
<span class="fa fa-calendar" aria-hidden="true"></span>
Default is 📅
rangeSelectorbooleanfalse, [true]Is date picker range selector
formatstringformat stringFormat of showing date time
فرمت پیش فرض 1393/09/14 13:49:40
yyyy: سال چهار رقمی
yy: سال دو رقمی
MMMM: نام ماه
MM: عدد دو رقمی ماه
dddd: نام روز هفته
dd: عدد دو رقمی روز ماه
HH: ساعت دو رقمی با فرمت 00 تا 24
hh: ساعت دو رقمی با فرمت 00 تا 12
mm: عدد دو رقمی دقیقه
ss: ثانیه دو رقمی
fff: میلی ثانیه 3 رقمی
ff: میلی ثانیه 2 رقمی
tt: ب.ظ یا ق.ظ

persian and gregorian datetimepicker for angular, mds-angular-datetime-picker-package Plugin/Github


See Demo And Download

Official Website(Mds92): Click Here

This superior jQuery/javascript plugin is developed by Mds92. For extra advanced usage, please go to the official website.

Related Posts

Cookie-Consent-Using-Bootstrap

How to Create a Simple Cookie Banner Consent Using Bootstrap 4

Cookie Consent Popup Javascript – Quick and simple tutorial for creating a simple Bootstrap cookie banner. If you have a website or blog with people visiting or…

Create-HTML-Terminals

Create Custom HTML Terminals With Pure JavaScript | shell.js

Custom HTML Terminals is A JavaScript library to create HTML terminals on web pages. The shell js JavaScript library offers a straightforward method to create Ubuntu, OS X,…

Bootstrap-Alert-Bootbox

Bootstrap Alert, Confirm, and Flexible Dialog Boxes | Bootbox

Bootbox.js is a small JavaScript library that allows you to create programming dialogs using Bootstrap templates, without having to worry about creating, managing, or removing any required…

Slider-fg-carousel

An Accessible Touch-enabled Slider Web Component | fg-carousel

fg-carousel Slider – A simple & modern slider web component to create versatile, accessible, touch-enabled picture carousels utilizing CSS scroll snap, Custom Element, and Intersection Observer API….

Tags-Input-Component

A Lightweight and Efficient Tags Input Component in Vanilla JS | tagify

tagify transforms an input field or textarea into a tags component, in an easy and customizable way, with great performance and a small code footprint, full of…

copy-to-clipboard-javascript

A Lightweight Library to Copy Text to Clipboard | CopyJS

CopyJS is a lightweight JavaScript library that allows you to copy plain text or HTML content to the clipboard. Must Read: Tiny Library for Copy Text In…