<?php date_default_timezone_set("Asia/Tehran"); for ($y = 2000; $y <= 2018; $y++) { echo $y, ": ", (new DateTime("{$y}-03-22"))->diff(new DateTime("{$y}-03-23"))->format("%a d %h h %i m %s s\n"); }
You have javascript disabled. You will not be able to edit any code.