Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Learn More

Want input element with type time to display time in hh:mm a format , how to do it ?

  • 1 απάντηση
  • 1 έχει αυτό το πρόβλημα
  • 5 προβολές
  • Τελευταία απάντηση από cor-el

more options

I am using input type time in html5 page with angularjs. Firefox is displaying time in hh:mm:ss:sss a format, but I want hh:mm a format. Chrome is showing it write.

I am using input type time in html5 page with angularjs. Firefox is displaying time in hh:mm:ss:sss a format, but I want hh:mm a format. Chrome is showing it write.

Όλες οι απαντήσεις (1)

more options

Is there accidentally a time input field used because if you use a specific library then it might fallback to a standard input field?

Firefox use for me an input element with three field like the docs describe (12h, min, AM/PM).