UNPKG

sugar

Version:

A Javascript utility library for working with native objects.

14 lines (9 loc) 264 B
'use strict'; var Sugar = require('sugar-core'), dateFormat = require('./internal/dateFormat'); Sugar.Date.defineInstance({ 'format': function(date, f, localeCode) { return dateFormat(date, f, localeCode); } }); module.exports = Sugar.Date.format;