Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
(@date)=localtime(); get an array of components
foreach (@date) { #$date[4]++ months start at 0
print "$_\n"; #$date[5]+=1900; 105
}
$date=localtime(); #get a scalar eg Wed Feb 23 20:53:35 2005