UNPKG

kontrol

Version:

Make easier the use of events

12 lines (8 loc) 297 B
//fechaHoraria.js kontrol = require('./../lib/kontrol'); var Fecha = kontrol.util.Fecha, fechaInglaterra = new Fecha(), fechaMexico = new Fecha(); fechaMexico.setZonaHoraria(-6); console.log('Fecha Inglaterra:',fechaInglaterra.date); console.log('Fecha Mexico:',fechaMexico.date);