File size: 114 Bytes
f9f1a35 | 1 2 3 4 5 6 | export var defaultInvalidDate = 'Invalid date';
export function invalidDate () {
return this._invalidDate;
}
|
f9f1a35 | 1 2 3 4 5 6 | export var defaultInvalidDate = 'Invalid date';
export function invalidDate () {
return this._invalidDate;
}
|