Search code examples
html-framework-7phonegap

Framework7 setting time in a form


Is there anyway to set just the time using Framework7 instead of using the Date-Time in a form?

Regards,

Quelma


Solution

  • This will work with framework7 also

    <input type="time" name="time1">
    

    Note: type="time" is not supported in Firefox, or Internet Explorer 12 and earlier versions.

    Time Input in HTML5