Do i need to be worried about this warning? What if I ignore the warning?
What does this warning mean:
To get local formatting use getDateInstance()
,
You can ignore it, but the warning is there to let you know the dates may display unexpectedly for users using a different language. If you want to force the format in your own locale, use Locale.US
(or whichever locale matches your format requirements). Otherwise use one of the getInstance() methods for localized formatting.