1- I want the entry in Arabic to be in the first box
2- The corresponding Gregorian date shall be automatically after the introduction of Arab history
Difficult... you can't split locales like this (unless there's a way to cheat things)
----------------------------------------------------------------------------------------------------------
Only work around I see would be:
----------------------------------------------------------------------------------------
Only other option I can see, unless I'm missing something (which is possible), would be to set your local so it uses ١٢٣ - then create a "display" field that basically SUBSTITUTE()s out all the ١٢٣ numbers for their 123 counterparts.
SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(
SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(
SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(
"١٢٣",
"١", "1"), "٢", "2"), "٣", "3"),
"٤", "4"), "٥", "5"), "٦", "6"),
"٧", "7"), "٨", "8"), "٩", "9"), "٠", "0")
User | Count |
---|---|
15 | |
11 | |
10 | |
8 | |
3 |