/ Published in: PHP
Expand |
Embed | Plain Text
function datediff($date1,$date2,$format='d'){ case 'min': break; case 'h': break; case 'd': break; case 'm': break; case 'y': break; } return $days; }
You need to login to post a comment.
