I am working with Php and right now i am getting date in following format
21 Dec 22 14:13
And i want to convert this date time into arabic language format,expected output is
٢١ ديسمبر ٢٢:١٣
Can we do this without "google api",How can i do this with php ?