Experimental Project

This is a sandbox project, which contains experimental code for developer use only.

This modules enables up the jquery ui datetimepicker library for you.

How to use it?

1. Download and enable this module.
2. Add the library in your module/theme

<?php
drupal_add_library
('timepicker', 'jquery-ui-timepicker');
?>

3. Add the Javascript to your field
$( ".MY_TIMEFIELD" ).datetimepicker({
        dateFormat: "yy-mm-dd" ,
        timeFormat: 'hh:mm',
      });

4. Be happy and up to date with the latest jquery ui datetimepicker.

Maintainers for timepicker

  • drupal_sensei - 11 commits
    last: 44 weeks ago, first: 45 weeks ago

Issues for timepicker

To avoid duplicates, please search before submitting a new issue.
All issues
Bug reports
Statistics (2 years)
New issues
Open bugs
Participants