SimpleDateFormat « java.text « Java by API






1.new SimpleDateFormat('hh:mm:ss')
2.new SimpleDateFormat('dd MMM yyyy hh:mm:ss zzz')
3.new SimpleDateFormat('E MMM dd yyyy')
4.new SimpleDateFormat('yyyy-MM-dd')
5.new SimpleDateFormat(String pattern, Locale locale)
6.SimpleDateFormat: applyPattern(String pattern)
7.SimpleDateFormat: format(Date d)
8.SimpleDateFormat: parse(String text, ParsePosition pos)
9.SimpleDateFormat: setDateFormatSymbols(DateFormatSymbols newFormatSymbols)