Input type = time is not supported in firefox, some alternative solution is required for its implementation

Input type = time is not supported in firefox. can you suggest me some alternative solution for its implementation using angularJS. Thanks in advance.

+4
source share
2 answers

You could check out the previous questions. As mentioned in w3school docs about html5, date and time are not supported in Firefox.

You need to write a format.

This question has already been asked. Check out this link: here

0
source

, .
HTML5 - aeras, .

timepicker: http://plugins.jquery.com/tag/timepicker/

0

All Articles