PHP-12小时到24小时
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP-12小时到24小时相关的知识,希望对你有一定的参考价值。
Convert 12hs format to 24hs format. In example: 10:00:00 a.m. return timestamp for 22:00. Or use: strtotime('1970-01-01 '.$hora);
function hours12ToTimestamp24( $hora ){ #Saco solo hora y min en un array #Si tiene pm en el string le sumo 12 hs al mod de la hora sobre 12. }
以上是关于PHP-12小时到24小时的主要内容,如果未能解决你的问题,请参考以下文章