黑马程序员技术交流社区

标题: DateFormat类中实例化方法的区别? [打印本页]

作者: jacoblx    时间: 2014-11-14 15:05
标题: DateFormat类中实例化方法的区别?
主要是getDateTimeInstance()和getInstance(),除了一个是MEDIUM一个是SHORT,还有别的区别吗?

API上这么写的

static DateFormat        getInstance()
Get a default date/time formatter that uses the SHORT style for both the date and the time.

static DateFormat        getDateTimeInstance()
Gets the date/time formatter with the default formatting style for the default FORMAT locale.
作者: zhangyangLengen    时间: 2014-11-14 15:47
getInstance() :获取为日期和时间使用 SHORT 风格的默认日期/时间格式器 具备日期和时间

getDateInstance:获取日期格式器,该格式器具有默认语言环境的默认格式化风格。
作者: jacoblx    时间: 2014-11-15 14:41
zhangyangLengen 发表于 2014-11-14 15:47
getInstance() :获取为日期和时间使用 SHORT 风格的默认日期/时间格式器 具备日期和时间

getDateInstance: ...

谢谢
我说的是getDateTimeInstance()和getInstance()的区别,不是getDateInstance
作者: zhangyangLengen    时间: 2014-11-15 15:16
getDateTimeInstance()是获取的是自己电脑系统默认的语言风格
getDateInstance()是默认的是short语言风格
作者: jacoblx    时间: 2014-11-15 18:13
zhangyangLengen 发表于 2014-11-15 15:16
getDateTimeInstance()是获取的是自己电脑系统默认的语言风格
getDateInstance()是默认的是short语言风 ...

额,一个是 getDateTimeInstance ,一个是 getInstance ,我把字体调大点。




欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/) 黑马程序员IT技术论坛 X3.2