if you want to change the date format of your eclipse, just add the following two lines to the file eclipse.ini:
-Duser.language="language code" -Duser.region="language code"
as
-Duser.language=hi -Duser.region=Hi
I think this will help.
source
share