UNPKG

ngx-jalali-date-picker

Version:

This is a configurable date-picker build for Angular applications. Supports latest (Angular 18) version. This date-picker is based on ng2-date-piker and ngx-jalali-date-picker date pickers.

7 lines (6 loc) 163 B
import { IDate } from '../common/models/date.model'; export interface IMonth extends IDate { currentMonth: boolean; disabled: boolean; text: string; }