How can i get the locale(country name) from a system date.My intention is
date display must determine from system what the locale is and display date appropriately ?
If you want to display a date in the default manner for the default locale for the machine on which it is running, simply use toString(). What's the problem?