You are viewing a single comment's thread. Return to all comments →
my approach:
function timeConversion($s) { $mili = date('H:i:s', strtotime($s)); return $mili; }
Seems like cookies are disabled on this browser, please enable them to open this website
Time Conversion
You are viewing a single comment's thread. Return to all comments →
my approach: