返回列表 發帖

1231 jva102 時間

  1. Date d = Calendar.getInstance().getTime();
  2. SimpleDateFormat sdf1=new ("yyyy");
  3. System.out.println(sdf1.format(d));
複製代碼

import java.util.*; //Date
* Y) o5 I8 B$ `import java.text.*; //SimpleDateFormat
# e( P7 C8 |6 v9 e" y
% y% }5 I, Z1 v" ]0 s+ fpublic class j102{
6 Y  G& |9 ^* g$ \, K/ {" I  S4 ]  |3 n) `9 J  r, x. ?% t
        public static void main(String arg[]){
' w5 u) `4 \! x' p- X1 K3 }5 s( Z                    System.out.println("------------------");' [: |+ @0 h4 g+ {, S1 J+ a
                    System.out.println("     當地時間     ");
* P* [' }3 a* A  P4 r# }. p- ]8 j! T                    System.out.println("------------------");$ b8 Q4 y; D3 D
                Date d = Calendar.getInstance().getTime();- v8 B$ S7 ?) y& i
                SimpleDateFormat sdf1 = new SimpleDateFormat("yyyy/M/d a hh:mm");
$ s6 A' Y/ V& Y1 p' Y                                SimpleDateFormat sdf2 = new SimpleDateFormat("yyyy/M/d a hh:mm:ss");
9 v* \4 a3 W; X+ F                                SimpleDateFormat sdf3 = new SimpleDateFormat("yyyy年M月d日 ahh時mm分ss秒");
1 h' V2 h2 |8 A5 L                                SimpleDateFormat sdf4 = new SimpleDateFormat("yyyy年M月d日 E ahh時mm分ss秒 z");
1 C7 L" ~' n4 V4 [                System.out.println(sdf1.format(d));
  e( d# a# V( c! q2 j+ ?1 }                                System.out.println(sdf2.format(d));# H0 }( c4 I" r5 M- i8 f
                                System.out.println(sdf3.format(d));" L/ o; O# ?3 ^. }
                                System.out.println(sdf4.format(d));. H8 N, Q5 `2 s. I- l! F- D
        }
# K$ C7 D/ U2 Y0 C) i}
小雲雀

TOP

import java.util.*; //Date
  r: q1 g* E+ L1 E3 k7 {import java.text.*; //SimpleDateFormat* K; \# I# ~) ~/ @
2 t/ S5 L& [9 b- @2 @
public class j102{
6 s9 K- c1 [; l' _! ?/ T' T2 ~8 m3 B9 k- Z; }8 M% l6 e
        public static void main(String arg[]){
+ u6 w8 k6 L2 S4 |  v$ X" m                    System.out.println("------------------");
1 t( v5 J0 f& s" a2 a) G8 B                    System.out.println("     當地時間拉     ");; z6 J/ ]" c7 g
                    System.out.println("------------------");
9 y! p. q# Z' m. z2 p9 c                Date d = Calendar.getInstance().getTime();
4 J$ @& [: E# H) {. O/ F                SimpleDateFormat sdf1 = new SimpleDateFormat("yyyy/M/d a hh:mm");9 o$ w4 Q& a7 N& c, l
                                SimpleDateFormat sdf2 = new SimpleDateFormat("yyyy/M/d a hh:mm:ss");" e6 l$ T7 o' s/ F6 ~7 r0 b) E
                                SimpleDateFormat sdf3 = new SimpleDateFormat("yyyy年M月d日 ahh時mm分ss秒");
# g  ?$ l/ K' K3 S' Q" ]5 s( S                                SimpleDateFormat sdf4 = new SimpleDateFormat("yyyy年M月d日 E ahh時mm分ss秒 z");
) ?9 o% {- W( l5 e; S, i& v                System.out.println(sdf1.format(d));/ Q/ K: V. @; C' G# r
                                System.out.println(sdf2.format(d));' ^1 `/ ]6 }' e) }, x! A
                                System.out.println(sdf3.format(d));. h, K2 ^2 B8 }
                                System.out.println(sdf4.format(d));
) U* q& C; z  c0 C$ D& D        }
. o5 a7 x. V5 m  T+ J  L, l# D}
人平

TOP

本帖最後由 kim 於 2012-7-27 20:28 編輯
7 h( {1 n, N- \* a' F, M
  1. import java.util.*; //Date
  2. import java.text.*; //SimpleDateFormat

  3. public class j102{

  4.         public static void main(String arg[]){
  5.                 System.out.println("------------------");
  6.                 System.out.println("     當地時間     ");
  7.                 System.out.println("------------------");
  8.                 Date d = Calendar.getInstance().getTime();
  9.                 SimpleDateFormat sdf1 = new SimpleDateFormat("yyyy/M/d a hh:mm");
  10.                 SimpleDateFormat sdf2 = new SimpleDateFormat("yyyy/M/d a hh:mm:ss");
  11.                 SimpleDateFormat sdf3 = new SimpleDateFormat("yyyy年M月d日 ahh時mm分ss秒");
  12.                 SimpleDateFormat sdf4 = new SimpleDateFormat("yyyy年M月d日 E ahh時mm分ss秒 z");
  13.                 System.out.println(sdf1.format(d));
  14.                 System.out.println(sdf2.format(d));
  15.                 System.out.println(sdf3.format(d));
  16.                 System.out.println(sdf4.format(d));
  17.         }
  18. }
複製代碼
★ 嘉凱~~☆

TOP

本帖最後由 TOM 於 2011-12-31 11:07 編輯
7 d2 S5 Q+ c6 c8 ?6 r
  1. import java.util.* ;
  2. import java text.*;
  3. public class j103
  4. {
  5.         public static void main(Sting[]arg)
  6.         {
  7.                 System.out.println("------------------");
  8.                     System.out.println("     當地時間拉     ");
  9.                     System.out.println("------------------");

  10.         Date d=Calendar.getInstance.getTime();
  11.         SimpeDateFormat sdf1=new SimpeDateFormat("yyyy/M/d a hh:mm")
  12.         SimpeDateFormat sdf2=new SimpeDateFormat("yyyy/M/d a hh:mm:ss")
  13.         SimpeDateFormat sdf3=new SimpeDateFormat("yyyy年M月d日 ahh時mm分ss秒")
  14.         SimpeDateFormat sdf4=new SimpeDateFormat("yyyy年M月d日 E ahh時mm分ss秒")
  15.        
  16.         System.out.println(sdf1.fotmat(d));
  17.         System.out.println(sdf2.fotmat(d));
  18.         System.out.println(sdf3.fotmat(d));
  19.         System.out.println(sdf4.fotmat(d));
  20.         }
  21. }       
複製代碼
水桶小鄭,鯰魚

TOP

  1. import java.util.*; //Date
  2. import java.text.*; //SimpleDateFormat
  3. public class jva102{
  4.         public static void main(String arg[]){
  5.                 //Date d = new Date(); //新產生物件 可指定時間 () 內可帶參數
  6.                 // 取得日曆物件裡的實際系統時間
  7.                 Date d = Calendar.getInstance().getTime();
  8.                 //基本日期格式化
  9.                                 System.out.println("        當地時間");
  10.                 System.out.println("-------------------------");
  11.                                 SimpleDateFormat sdf1 = new SimpleDateFormat("yyyy/M/d a hh:mm");
  12.                 SimpleDateFormat sdf2 = new SimpleDateFormat("yyyy/M/d a hh:mm:ss");
  13.                 SimpleDateFormat sdf3 = new SimpleDateFormat("yyyy年M月d日 a hh時mm分ss秒");
  14.                 SimpleDateFormat sdf4 = new SimpleDateFormat("yyyy年M月d日 E a hh時mm分ss秒 z");
  15.                 System.out.println(sdf1.format(d));
  16.                                 System.out.println(sdf2.format(d));
  17.                                 System.out.println(sdf3.format(d));
  18.                                 System.out.println(sdf4.format(d));
  19.                                
  20.         }
  21. }
複製代碼
May

TOP

附件: 您需要登錄才可以下載或查看附件。沒有帳號?註冊
陳彥綸

TOP

返回列表