crop_rotate
Run
<!DOCTYPE html> <html> <body> <button onclick="document.getElementById('demo').innerHTML=Date()">Time Now</button> <p id="demo"></p> </body> </html>
Time Now