formatTime = function(t) { if (options.formatSelector == "24H") return t.format("HH:mm") else return t.format("hh:mm A") }