<html>
<body>
$date=date_create();
date_date_set($date,2020,10,30);
echo date_format($date,"Y/m/d");
</body>
<!-- Mirrored from www.w3schools.com/php/phptryit.asp?filename=tryphp_func_date_date_set by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 05 Sep 2022 15:01:48 GMT -->
</html>