UNPKG

apflora

Version:

Aktionsplan Flora Kt. Zürich

10 lines (7 loc) 213 B
'use strict'; var dateFormat = require('dateFormat'); var returnFunction = function () { var now = new Date(); return dateFormat(now, 'yyyy-mm-dd_hh-MM:ss'); }; module.exports = returnFunction;