×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: PHP
Posted by: userc865b
Added: Jul 27, 2017 11:51 AM
Modified: Aug 30, 2017 2:46 PM
Views: 2428
Tags: php
  1. <? date("Y/m/d")
  2.  
  3. $heute = date("Y-m-d H:i:s");
  4. echo $heute;
  5.