UNPKG

fileclerk

Version:

File and Folder Collation for Node.js. Sort. Separate. Organize.

6 lines (4 loc) 146 B
const moment = require('moment-timezone'); module.exports = { format: (dateStr, fmt, timezone) => moment.tz(dateStr, timezone).format(fmt), };