Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter chet550

    (@chet550)

    Ok, figured it out on my own.

    In the admin-event.php file, adjust the “step” from ’30’ to whatever increment you like. I needed 5 minute increments, so I entered ‘5.’

    var times = jQuery(‘#start_time,#end_time’).timePicker({
    step: 5,
    show24Hours: false,
    separator:’:’

    Thanks me,
    R.

Viewing 1 replies (of 1 total)