I'm using DateFormat.format("EEEE d MMMM", new Date())
,for arabic it displaying as :
الثلاثاء 29 ٥
can anyone tell me how can i get that 29 in the specific locale(which was set) numeral or least how can i ignore the current locale set and display date in English only for all locales.