1 line
104 B
JavaScript
1 line
104 B
JavaScript
module.exports = tomorrow = () => new Date(new Date().getTime() + 86400000).toISOString().split('T')[0]; |