| new SimpleDateFormat ( pattern, dateformatsymbols ) | ใข้สร้าง Object SimpleDateFormat โดยมีการจัดรูปแบบไว้ |
|---|
method:new SimpleDateFormat ( pattern, dateformatsymbols );
return type:SimpleDateFormat
content:ใข้สร้าง Object SimpleDateFormat โดยมีการจัดรูปแบบไว้
example:DateFormatSymbols date_format_symbols = new DateFormatSymbols (); SimpleDateFormat simple_date_format = new SimpleDateFormat ( "E d mmm yy", date_format_symbols );