const common = require('../src/lib/common.js'); console.log(common.formatDatetime(new Date(), 'yyyy/MM/dd hh:mm:ss')); console.log(common.formatDatetime(new Date(), 'yyyy-MM-ddThh:mm:ss'));