UNPKG

comindware.ui

Version:

Comindware Core UI provides the basic components like editors, lists, dropdowns, popups that we so desperately need while creating Marionette-based single-page applications.

18 lines (13 loc) 318 B
/** * Developer: Stepan Burguchev * Date: 9/1/2015 * Copyright: 2009-2016 Comindware® * All Rights Reserved * Published under the MIT license */ /* global module */ 'use strict'; import { moment } from 'lib'; module.exports = function(date) { return moment(date).format('ll'); };