返回列表 發帖

1231 jva102 時間

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

import java.util.*; //Date* @6 e; c  b  }! l) ?
import java.text.*; //SimpleDateFormat6 R1 f* q" k' c/ }" z, P1 g
4 t( _7 I+ W4 ~  v4 D4 N
public class j102{# o& {( P7 F9 W/ `
, G; E" g. j7 K3 D( s7 D1 ^: \* Y  K
        public static void main(String arg[]){
, j" [7 w$ G/ V                    System.out.println("------------------");3 b: r3 w. D( I+ c8 M' y
                    System.out.println("     當地時間     ");
1 V$ H: e5 N' f- S! q- S                    System.out.println("------------------");0 m# U$ B2 j1 R1 v2 _) k
                Date d = Calendar.getInstance().getTime();4 v% j* |0 l/ a7 E" C, R3 y- Y
                SimpleDateFormat sdf1 = new SimpleDateFormat("yyyy/M/d a hh:mm");
' V7 n% T3 |( K% e, V6 M' U) Y0 ]0 A                                SimpleDateFormat sdf2 = new SimpleDateFormat("yyyy/M/d a hh:mm:ss");
, S9 l& {% ?8 ]+ F; [                                SimpleDateFormat sdf3 = new SimpleDateFormat("yyyy年M月d日 ahh時mm分ss秒");: O$ d- M0 x+ I
                                SimpleDateFormat sdf4 = new SimpleDateFormat("yyyy年M月d日 E ahh時mm分ss秒 z");/ t3 a0 x; g3 w6 C/ l
                System.out.println(sdf1.format(d));
4 n8 f' |4 s- B6 O& o3 U" s                                System.out.println(sdf2.format(d));
, X# Q" d. A+ i                                System.out.println(sdf3.format(d));
$ S- R9 A+ `0 G* A+ F                                System.out.println(sdf4.format(d));0 ^8 ?7 a7 k, b1 D
        }
+ v/ n* f; o, w! s( Y}
小雲雀

TOP

import java.util.*; //Date
: V9 |' o/ \# Kimport java.text.*; //SimpleDateFormat
1 G8 h. b1 z6 i" G8 |9 m1 L
4 t2 T* Q3 _" B, b6 J0 p3 u8 y" Upublic class j102{1 K) _# I# F  p0 f
# P6 \) _$ ]7 H! a
        public static void main(String arg[]){7 p  ~) j1 e/ ~
                    System.out.println("------------------");) }! ~" I; S: P8 n% H9 \
                    System.out.println("     當地時間拉     ");/ D! H3 y) {7 s% c( z# Z8 U, z
                    System.out.println("------------------");
0 P2 u5 t# \) ~+ w- O+ X+ J9 U1 b                Date d = Calendar.getInstance().getTime();  `5 `0 f5 V4 ]
                SimpleDateFormat sdf1 = new SimpleDateFormat("yyyy/M/d a hh:mm");
8 e9 k/ T* W% b6 p2 Q                                SimpleDateFormat sdf2 = new SimpleDateFormat("yyyy/M/d a hh:mm:ss");: e4 D9 _$ y) C; a( \# |! |
                                SimpleDateFormat sdf3 = new SimpleDateFormat("yyyy年M月d日 ahh時mm分ss秒");: s6 @9 }, ?9 Z6 ^' V8 ~
                                SimpleDateFormat sdf4 = new SimpleDateFormat("yyyy年M月d日 E ahh時mm分ss秒 z");
2 T6 d8 [# U" a4 d                System.out.println(sdf1.format(d));
, t% {& d, E) v- b% s1 L% {                                System.out.println(sdf2.format(d));
# |( j& @$ L$ X' f7 d                                System.out.println(sdf3.format(d));
8 u, o9 u9 X/ Q$ i7 F5 N: U                                System.out.println(sdf4.format(d));) c* ^  p; m0 V* a& K& A
        }
) Q* n* @5 o" U/ J! ]}
人平

TOP

本帖最後由 kim 於 2012-7-27 20:28 編輯 5 |. N  q/ M( y. J1 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 編輯 6 R1 e/ ^# {7 s* C
  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

返回列表