Form / Date & Mask

Date Range Picker

Single Date Picker
Date Range Picker
Date Range Picker With Times
Predefined Date Ranges
Input Initially Empty

How To Use

Basic Use HTML
<input type="text" class="form-control input-date">
Js Activation
$('.input-date').daterangepicker();

For more Information please follow the Official Documentation

Input Mask

ISBN1
e.g "999-99-999-9999-9"
ISBN2
e.g "999 99 999 9999 9"
ISBN3
e.g "999/99/999/9999/9"
IPV4
e.g "192.168.110.310"
IPV6
e.g "4deg:1340:6547:2:540:h8je:ve73:98pd"
Tax ID
e.g "99-9999999"
Phone
e.g "(999) 999-9999"
Currency
e.g "$ 999,999,999.99"
Date
e.g "dd/mm/yyyy"
Date2
e.g "dd-mm-yyyy"

How To Use

Basic Use HTML
<input type="text" class="form-control" data-mask="999-99-999-9999-9">

For more Information please follow the Official Documentation