/ Published in: Other
Expand |
Embed | Plain Text
<?php class Time { function GenerateCurrentTime(){ $sTime = gmdate("d-m-Y H:i:s"); return $sTime; } } ?>
You need to login to post a comment.
<?php class Time { function GenerateCurrentTime(){ $sTime = gmdate("d-m-Y H:i:s"); return $sTime; } } ?>
You need to login to post a comment.