(inputString)
| 3543 | } |
| 3544 | |
| 3545 | function format (inputString) { |
| 3546 | var output = formatMoment(this, inputString || utils_hooks__hooks.defaultFormat); |
| 3547 | return this.localeData().postformat(output); |
| 3548 | } |
| 3549 | |
| 3550 | function from (time, withoutSuffix) { |
| 3551 | if (!this.isValid()) { |
no test coverage detected