<?phpdate_default_timezone_set('Europe/Lisbon');$dia = date('Y-m-d');$hora = date('G:i'); echo 'DIA:' .$dia;echo 'HORA:' .$hora;
Standard input is empty
DIA:2016-12-24HORA:0:24
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!