Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 773 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 773 Bytes

EPōCHjs

Epoch is jQuery pluggin inspired by the date selector on Android devices. It's simplicity of use to select a date and time from within a compact interface make it ideal for saas projects where mobile needs to be kept in mind.

Required Libraries

Usage

<input type="text" class="epoch" />

var epoch = new Epoch({ trigger: '.epoch' });