UNPKG

@webilix/jalali-date-time

Version:

Lightweight library for parsing and formating Jalali date with timezone functionality

9 lines (8 loc) 134 B
export interface JalaliDateTimePeriod { from: Date; to: Date; periods: { from: Date; to: Date; }[]; }