How to convert Date object to String? a) SimpleDateFormat sdf = new SimpleDateFormat("yyyy-mm-dd"); sdf.parse(new Date());.
確定! 回上一頁