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