返回列表 發帖

1231 jva102 時間

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

import java.util.*; //Date% k3 b) q# \4 t, `
import java.text.*; //SimpleDateFormat- S; i$ X" V# F4 d# B1 h8 ]

! q9 r; f& ?1 r6 vpublic class j102{* w" H0 J1 I) a% j* Y6 I
$ s' m# F! I2 H, Z
        public static void main(String arg[]){
% z6 Z* K2 |$ z+ R3 h                    System.out.println("------------------");
; }- U# D$ z4 n$ U, }                    System.out.println("     當地時間     ");
3 c) l( E! q) ?  v                    System.out.println("------------------");
5 O/ |+ g3 p" N7 @* x                Date d = Calendar.getInstance().getTime();& C" W" j- B& B0 F8 U. p- h
                SimpleDateFormat sdf1 = new SimpleDateFormat("yyyy/M/d a hh:mm");0 O4 M) H9 e1 V+ _
                                SimpleDateFormat sdf2 = new SimpleDateFormat("yyyy/M/d a hh:mm:ss");
1 i! v  \7 _5 N/ B1 z9 P7 T                                SimpleDateFormat sdf3 = new SimpleDateFormat("yyyy年M月d日 ahh時mm分ss秒");0 {! ?1 T! o5 f# b. B( F; A
                                SimpleDateFormat sdf4 = new SimpleDateFormat("yyyy年M月d日 E ahh時mm分ss秒 z");" F- o9 E9 f1 x6 Y4 O- [
                System.out.println(sdf1.format(d));
3 Y3 w4 i; @* ^* X6 R0 M                                System.out.println(sdf2.format(d));
; T9 K# E. V% R$ ^" e& G                                System.out.println(sdf3.format(d));& V/ A5 x- N! T  y, f# U- C  t
                                System.out.println(sdf4.format(d));
9 @+ t& ^4 s% _0 X  A) d' Z3 T' C        }2 y" O( v9 A) l5 t; t
}
小雲雀

TOP

import java.util.*; //Date
) g) `. P1 X. ]/ W# [' gimport java.text.*; //SimpleDateFormat0 Z$ t: B1 [6 V  q) v

( i' F8 ^( h, @9 Y' ppublic class j102{
- D  Q# g2 X. u# j# S9 S9 Q+ N. a! i: R/ ^/ l
        public static void main(String arg[]){- R2 K" U# J, K& I) ?! v$ L& Y' J
                    System.out.println("------------------");5 q3 K  H5 n& K/ K" K
                    System.out.println("     當地時間拉     ");
, K9 Q( Z7 X5 o# u3 a                    System.out.println("------------------");: J' w) a3 H- E/ h  k. y. f* Z
                Date d = Calendar.getInstance().getTime();) _: p  g/ O9 b4 l- a
                SimpleDateFormat sdf1 = new SimpleDateFormat("yyyy/M/d a hh:mm");; V6 |0 k  r; i3 i6 V
                                SimpleDateFormat sdf2 = new SimpleDateFormat("yyyy/M/d a hh:mm:ss");" N  g. X' B) Y4 u- k  h; U' g/ U
                                SimpleDateFormat sdf3 = new SimpleDateFormat("yyyy年M月d日 ahh時mm分ss秒");: Y( Q/ u5 q4 ]
                                SimpleDateFormat sdf4 = new SimpleDateFormat("yyyy年M月d日 E ahh時mm分ss秒 z");6 B. I) s9 ?( G* m( q$ f. ]& B3 U0 |
                System.out.println(sdf1.format(d));
6 R; f+ N5 T! Y8 E5 [: |( w                                System.out.println(sdf2.format(d));/ p$ X+ N  ?0 B: q
                                System.out.println(sdf3.format(d));, v: t" {8 q- l' ?( T
                                System.out.println(sdf4.format(d));
9 I9 q  C3 c/ J% o; n        }& @; h% \9 Z, |5 A' j
}
人平

TOP

本帖最後由 kim 於 2012-7-27 20:28 編輯
- Y, @6 O  s% M+ Y
  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 編輯
( O# L6 e3 L) X, F4 L
  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

返回列表