Summary
jQuery DateTimeSelector plugin. Change datetime input through select box.
Install
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> <script src="_path_/jquery.datetimeselector.min.js"></script>
Usage
$(document).ready(function(){ $(selector).dateTimeSelector({/*options*/}); });
Documentation
Demo and full documentation on russian can be found at here.