UNPKG

app-datepicker-rtl

Version:

A custom datepicker element based on Google's Material Design built from scratch with lit-element. Fork of app-datepicker by motts.

4 lines (3 loc) 67 B
export function getDateRange(min, max) { return +max - +min; }