| format() | ใช้คืนค่า วันที่และเวลา ที่จัดรูปแบบแล้ว |
|---|
method:format ( object_date );
return type:String
content:ใช้คืนค่า วันที่และเวลา ที่จัดรูปแบบแล้ว
example:SimpleDateFormat simple_date_format = new SimpleDateFormat (); String str = simple_date_format.format ( new Date () );