Dukester0122
IS-IT--Management
I'm new to php and creating a script which would convert the current date to an integer.
<?php
$date = 'echo date(F j Y)';
settype($date, "integer");
echo $date;
?>
<?php
$date = 'echo date(F j Y)';
settype($date, "integer");
echo $date;
?>