| applyPattern() | ใช้กำหนดรูปแบบ วันที่และเวลา ให้กับ Object SimpleDateFormat |
|---|
method:applyPattern ( pattern );
return type:void
content:ใช้กำหนดรูปแบบ วันที่และเวลา ให้กับ Object SimpleDateFormat
example:SimpleDateFormat simple_date_format = new SimpleDateFormat (); simple_date_format.applyPattern ( "E d mmm yy" );