![]() |
Constructor SimpleDateFormat(String pattern, DateFormatSymbols formatSymbols)
Member of: java.text.SimpleDateFormat
[api documentation
] [ main menu] |
Examples of how the element is used (one line per example):
[add your own example]
| 1 | format = new SimpleDateFormat("dd-MMM-yy", symbols); //NOI18N |
| 2 | _tzFormat=new SimpleDateFormat(_tzFormatString,_dfs); |