Click here to Skip to main content
15,887,267 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hellow,

how to formate hour in 24h in html5 please ?

Thanks
Posted

1 solution

HTML5 is just the markup language, JavaScript will be your case of answer. Use capital H (not the small h) to get the hours in 24 hour format.

JavaScript
mDate.format("H") // 24h format


Read this blog post[^] for more on date time formatting in JavaScript.
 
Share this answer
 
v2
Comments
bensassi 7-Oct-15 3:38am    
Thanks

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900