Pain Member Feb 20, 2016 102 17 53 Feb 29, 2016 #1 Hallo , i need help , look at this image , so he have a script with the date , Thursday - February 27 2016 . someone can me help , send the link of this script in th R4p3 forum , thank you guys .
Hallo , i need help , look at this image , so he have a script with the date , Thursday - February 27 2016 . someone can me help , send the link of this script in th R4p3 forum , thank you guys .
DifferentUser Member Feb 19, 2016 53 23 58 Feb 29, 2016 #2 I dont know what exactly do you want but with PHP it would look like this PHP: <?php echo date('l - F j Y'); ?> http://php.net/manual/en/function.date.php
I dont know what exactly do you want but with PHP it would look like this PHP: <?php echo date('l - F j Y'); ?> http://php.net/manual/en/function.date.php
Pain Member Feb 20, 2016 102 17 53 Feb 29, 2016 Thread starter #3 i want the full script also TIMEBOT , but timebot is for the hours ofcourse , i want now the date script please .
i want the full script also TIMEBOT , but timebot is for the hours ofcourse , i want now the date script please .
mrcraigtunstall Member Feb 23, 2016 5 5 38 Feb 29, 2016 #4 <?php echo "Today is " . date("Y/m/d") . "<br>"; ?>