<i id='tEZtM'><tr id='tEZtM'><dt id='tEZtM'><q id='tEZtM'><span id='tEZtM'><b id='tEZtM'><form id='tEZtM'><ins id='tEZtM'></ins><ul id='tEZtM'></ul><sub id='tEZtM'></sub></form><legend id='tEZtM'></legend><bdo id='tEZtM'><pre id='tEZtM'><center id='tEZtM'></center></pre></bdo></b><th id='tEZtM'></th></span></q></dt></tr></i><div id='tEZtM'><tfoot id='tEZtM'></tfoot><dl id='tEZtM'><fieldset id='tEZtM'></fieldset></dl></div>
      • <bdo id='tEZtM'></bdo><ul id='tEZtM'></ul>

        <legend id='tEZtM'><style id='tEZtM'><dir id='tEZtM'><q id='tEZtM'></q></dir></style></legend>

        <small id='tEZtM'></small><noframes id='tEZtM'>

        <tfoot id='tEZtM'></tfoot>

        带有 dateStyle 和 timeStyle 的 Joda-Time 格式化程序

        时间:2023-09-29
          <tbody id='vu5O9'></tbody>

          <small id='vu5O9'></small><noframes id='vu5O9'>

          <tfoot id='vu5O9'></tfoot>

                <legend id='vu5O9'><style id='vu5O9'><dir id='vu5O9'><q id='vu5O9'></q></dir></style></legend>
                <i id='vu5O9'><tr id='vu5O9'><dt id='vu5O9'><q id='vu5O9'><span id='vu5O9'><b id='vu5O9'><form id='vu5O9'><ins id='vu5O9'></ins><ul id='vu5O9'></ul><sub id='vu5O9'></sub></form><legend id='vu5O9'></legend><bdo id='vu5O9'><pre id='vu5O9'><center id='vu5O9'></center></pre></bdo></b><th id='vu5O9'></th></span></q></dt></tr></i><div id='vu5O9'><tfoot id='vu5O9'></tfoot><dl id='vu5O9'><fieldset id='vu5O9'></fieldset></dl></div>
                  <bdo id='vu5O9'></bdo><ul id='vu5O9'></ul>
                • 本文介绍了带有 dateStyle 和 timeStyle 的 Joda-Time 格式化程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  使用 java.text.DateFormat,可以构建具有日期和时间样式的日期格式化程序:

                  With java.text.DateFormat, it's possible to build a date formatter with a date and a time style :

                  DateFormat df = getDateTimeInstance(DateFormat.SHORT, DateFormat.LONG);
                  system.out.println(df.format(new Date()));
                  

                  是否可以使用与 Joda-Time 类似的东西?

                  Is it possible to use something similar with Joda-Time ?

                  推荐答案

                  JodaTime 内置了一系列标准的日期时间格式.

                  There's a bunch of standard Date and Time formats built right into JodaTime.

                  这是我使用的一个示例:

                  Here's an example of one that I use:

                  DateTime dateTime = DateTime.now(DateTimeZone.UTC);
                  
                  String formattedDateTime = dateTime.toString(DateTimeFormat.fullDateTime());
                  

                  注意 DateTimeFormat.fullDateTime().

                  其他一些选项包括:

                  • fullTime()
                  • fullDate()
                  • shortDateTime()
                  • forStyle("MS") 表示日期和时间.
                  • forStyle("S-") 表示日期和时间.
                  • ...等等...
                  • fullTime()
                  • fullDate()
                  • shortDateTime()
                  • forStyle("MS") Indicates a Medium Date and a Short Time.
                  • forStyle("S-") Indicates a Short Date and No Time.
                  • ... etc ...

                  http://www.joda.org/joda-time/apidocs/org/joda/time/format/DateTimeFormat.html#forStyle(java.lang.String)

                  干杯,

                  日本

                  这篇关于带有 dateStyle 和 timeStyle 的 Joda-Time 格式化程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:将格式化的字符串写入文件 - Java 下一篇:用逗号格式化 JTable 列单元格中的整数

                  相关文章

                  最新文章

                  <i id='5G0eI'><tr id='5G0eI'><dt id='5G0eI'><q id='5G0eI'><span id='5G0eI'><b id='5G0eI'><form id='5G0eI'><ins id='5G0eI'></ins><ul id='5G0eI'></ul><sub id='5G0eI'></sub></form><legend id='5G0eI'></legend><bdo id='5G0eI'><pre id='5G0eI'><center id='5G0eI'></center></pre></bdo></b><th id='5G0eI'></th></span></q></dt></tr></i><div id='5G0eI'><tfoot id='5G0eI'></tfoot><dl id='5G0eI'><fieldset id='5G0eI'></fieldset></dl></div>

                    1. <legend id='5G0eI'><style id='5G0eI'><dir id='5G0eI'><q id='5G0eI'></q></dir></style></legend>

                      <small id='5G0eI'></small><noframes id='5G0eI'>

                      <tfoot id='5G0eI'></tfoot>

                      • <bdo id='5G0eI'></bdo><ul id='5G0eI'></ul>