js-calendar icon indicating copy to clipboard operation
js-calendar copied to clipboard

Display seconds option is broken

Open fatlard1993 opened this issue 6 years ago • 1 comments

Simple fix, change "this.displaySeconds" to "this.options.displaySeconds" in formatTime (line 74)

fatlard1993 avatar Jan 24 '19 00:01 fatlard1993

Could probably also make it display simplified if seconds is 0. eg: "s && this.options.displaySeconds"

fatlard1993 avatar Jan 24 '19 00:01 fatlard1993