get_the_date() returns english Year & Day when language is Arabic

WordPress has date_i18n to retrieve the date in localised format, based on timestamp.

Try:

echo date_i18n("d F Y (H:i)",$date) ;