VisionFTF / express-admin / node_modules / moment / src / lib / locale / invalid.js
invalid.js
Raw
export var defaultInvalidDate = 'Invalid date';

export function invalidDate() {
    return this._invalidDate;
}