码迷,mamicode.com
首页 > 其他好文 > 详细

包装类、Date类、SimpleDateFormat类(基本数据类型<-->String<-->日期/时间)

时间:2017-06-28 21:50:47      阅读:208      评论:0      收藏:0      [点我收藏+]

标签:number   binary   date()   min   code   round   isp   基本   mode   

基本数据类型-->String

“+”字符串连接符

基本数据类型<--String

基本数据类型包装类
String-->xxx xxx parseXxx(String s)
byte Byte
byte parseByte(String s)
short  Short
short parseShort(String s)
int Integer
int parseInt(String s)
longLong
long parseLong(String s)
floatFloat
float parseFloat(String s)
doubleDouble
double parseDouble(String s)
charCharacter
没有
booleanBoolean
boolean parseBoolean(String s)
Integer类详解:


日期/时间Date类



日期/时间SimpleDateFormat类

  • String<---->日期/时间

                          
                               
                            
                            
                        
                            
                       

包装类、Date类、SimpleDateFormat类(基本数据类型<-->String<-->日期/时间)

标签:number   binary   date()   min   code   round   isp   基本   mode   

原文地址:http://www.cnblogs.com/qingfengbiji/p/7091513.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!