PK

ADDRLIN : /home/questend/public_html/domains/flaxzy.com/node_modules/es-abstract/2018/
FLL :
Current File : /home/questend/public_html/domains/flaxzy.com/node_modules/es-abstract/2018/MakeDate.js

'use strict';

var $isFinite = require('../helpers/isFinite');
var msPerDay = require('../helpers/timeConstants').msPerDay;

// https://ecma-international.org/ecma-262/5.1/#sec-15.9.1.13

module.exports = function MakeDate(day, time) {
	if (!$isFinite(day) || !$isFinite(time)) {
		return NaN;
	}
	return (day * msPerDay) + time;
};


PK 99
E-SHOP || DASHBOARD
404

Page Not Found

It looks like you found a glitch in the matrix...

← Back to Home