mina.time()

返回当前时间,等同于:

function () {
    return (new Date).getTime();
}