How do I display dates in different places (such as Russian) in Java?
Use the SimpleDateFormat constructor which takes the locale. You must first check whether the JDK supports the location you are looking for, if not you have to implement it.
How do I display dates in different places (such as Russian) in Java?
Use the SimpleDateFormat constructor which takes the locale. You must first check whether the JDK supports the location you are looking for, if not you have to implement it.
Comments
Post a Comment