RTL TimePicker

Material Design TimePicker

View and download on Github

How to use:

<link rel="stylesheet" href="mdtimepicker.css">
<script src="mdtimepicker.js"></script>
$('#timepicker').mdtimepicker({
    timeFormat: 'hh:mm:ss.000', // format of the time value (data-time attribute)
    format: 'hh:mm tt',    // format of the input value
    readOnly: false,       // determines if input is readonly
    hourPadding: false,
    theme: 'green',
    okLabel: 'تائید',
    cancelLabel: 'انصراف',
});