var now = new Date;var m = 100;now.setMinutes(now.getMinutes() + m);$("div").html(now.toLocaleString());