I'm new in this tecs and i need to do a datetimepicker or something to choose a date vale.. is it any sort of "datetime_field"? or only is posible using Java sciprt or Jquery... I tried something like this in my code.. but nothing heppends
= f.text_field :Eventdatetime, :class => 'form-control input-large input-with-feedback'
span class='help-inline' = error ? f.error_message_on(:Eventdatetime, :class => 'text-error') : pat(:example)
javascript:
jQuery(function() {
debugger;
$( "#Eventdatetime" ).datepicker();
});
Thanks!!