Skip to content

Instantly share code, notes, and snippets.

<?php
function arabize_date($d) {
# دالة كتابة التاريخ بالكلمات العربية ||
# برمجة علي س. النعيمي ||
# www.the-ghost.com ||
$day = number_format(substr($d,0,2),null,null,null);
$month = number_format(substr($d,3,2),null,null,null);
$year = substr($d,6,4);
#اليوم