I think my problem is simple and perhaps not directly related to the component of Richardson.
TypeError: $ (...). DateTimePicker is not a function
jsFiddle: http://jsfiddle.net/bassvix/NUA6v/
Was added all the references of the Richardson´s sample page but still does not work. http://trentrichardson.com/examples/timepicker/ # basic_examples
Copied the source code from one example.
HTML:
<div>
<input class="hasDatepicker" name="slider_example_4" id="slider_example_4" value="" type="text">
</div>
Scripts: (console.log for display finded control)
console.log ($ ('# slider_example_4'));
$ ('# slider_example_4'). datetimepicker({
controlType: 'select',
timeFormat: 'hh: mm tt'
});