-
ArDate implements functionality similar to PHP date function. It takes as parameters a timestamp integer value and a date format string.The class returns a string formatted represented the given date in Arabic encoded using the Windows-1256 character set. The names of the months, days of the week and AM and PM references are translated into the Arabic equivalents.A date from ...

