UNPKG

ng-jalali-date-time

Version:

Jalali date / month / range picker for Angular with Material Design support

14 lines (13 loc) 247 B
export interface NgJalaliRangeValueInterface { range: string; from: string; to: string; days: number; hours: number; minutes: number; seconds: number; gregorian: { from: string; to: string; }; }