Current date and time

How can i get current date and time

#date
.form_field
= text_field product, :start_date, :class => “width_100_percent”, :type => “date”
.form_field
= text_field product, :start_time, :timepicker => true, :class => “width_100_percent”, :type =>“time”