time.js 98 B

123
  1. function getUTCFormatTime(format = 'YYYYMMDDhhmmss') {
  2. return moment().utc().format(format)
  3. }