Konversi Tanggal Baru ke Nomor Menit JavaScript

var theMinutes = new Date().getTime() / (1000 * 60);
Smoggy Skipper