Write a PHP script to print the current date in the following format
- برمجة بي اتش بي
- 2021-09-09
- mhanasmh00489829403
الأجوبة
<?php
echo date("Y/m/d") . "\n";
echo date("y.m.d") . "\n";
echo date("d-m-y")."\n";
?>
Sample Output:
2017/02/16 17.02.16 16-02-17
أسئلة مشابهة
القوائم الدراسية التي ينتمي لها السؤال