I have to build an HTML Form with an Input text field for Hours and Minutes. Something like:
Name : [Foo] Surname
With moment.js the way is:
const time = '23:59' moment(time, 'HH:mm', true).isValid()