I read site point book HTML5: OFFLINE APPS, well cache api to work needs special meta

<input type=“time”> how make it only and in all devices PCs / mobiles / Macs military time like 19:55, and not 7:55PM in other words without PM or AM?

I read site point book HTML5: OFFLINE APPS , well cache api to work needs special meta in head tag?

what to use in local host, or VPS: LAMPP CENT OS 6?

You mean…

<input type=“time” name=“time” id=“whatever” value=“01:10”>

… for 1AM?

Special meta is:

<!DOCTYPE html>
<html manifest=” app_name.manifest”>

… with “app_name.manifest” being the name of your app cache file.

<input type=“time” name=“time” id=“whatever” value=“01:10”>

some Mac machines the browser defaults to AM/PM time(05:00PM) rather military time(17:00)… is any eay change tis default to all browsers to all OS to military time???

Is any <meta> needed for manifest or only the <html> attribute???