返回列表 發帖

1231 jva102 時間

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

import java.util.*; //Date" D* [' {6 i7 T6 |0 A; l$ t
import java.text.*; //SimpleDateFormat$ Q, x3 E8 t4 E) y$ C
. J6 R8 r+ L: X, G+ O
public class j102{1 s  k+ W1 Z6 h# U& ~

: L; r/ v+ n7 w) q) B        public static void main(String arg[]){
! P/ O2 `  e. ~9 W# f. L- C9 N3 i1 l                    System.out.println("------------------");7 {- ^: R( f0 r) m* h6 H0 N
                    System.out.println("     當地時間     ");
& t: a4 a4 Q! U/ t1 v& q                    System.out.println("------------------");! a  r$ A! Z/ Q+ x
                Date d = Calendar.getInstance().getTime();6 X% t' e7 {, b
                SimpleDateFormat sdf1 = new SimpleDateFormat("yyyy/M/d a hh:mm");
& |7 p' V4 Y- |# J5 u                                SimpleDateFormat sdf2 = new SimpleDateFormat("yyyy/M/d a hh:mm:ss");, `  q7 ~/ k8 ]. ?/ c& o5 L
                                SimpleDateFormat sdf3 = new SimpleDateFormat("yyyy年M月d日 ahh時mm分ss秒");) c) k; u2 d' t) U
                                SimpleDateFormat sdf4 = new SimpleDateFormat("yyyy年M月d日 E ahh時mm分ss秒 z");, H! @- C1 V  I( q/ b0 n
                System.out.println(sdf1.format(d));+ J8 x4 Z& R* U3 u5 ~5 K
                                System.out.println(sdf2.format(d));4 L2 ^) o+ ?, x; O6 {2 ~% h: I, C4 E
                                System.out.println(sdf3.format(d));
1 K1 j# ]$ A& m! }6 [% y                                System.out.println(sdf4.format(d));! G2 U8 s& h! o6 q! F
        }
/ \! u0 N8 v- f7 G* ~+ n  I}
小雲雀

TOP

import java.util.*; //Date! i! _6 B. b- G; ]
import java.text.*; //SimpleDateFormat
9 y. `; d# {8 Z7 s3 t7 N: J. l* m2 k( Q, t( J( y! [# [
public class j102{9 [* Y3 Z0 m$ H( K! o$ J

7 B/ f" Z: [# d6 B        public static void main(String arg[]){$ j- i* ?* r5 R
                    System.out.println("------------------");
, Y& q% S: ^# d3 Y6 W                    System.out.println("     當地時間拉     ");. u7 b- }, I% i
                    System.out.println("------------------");
" q( p2 Z3 N' ^9 n                Date d = Calendar.getInstance().getTime();
& g* M( q& k/ H; Y5 K                SimpleDateFormat sdf1 = new SimpleDateFormat("yyyy/M/d a hh:mm");
8 E7 I# j, P0 h- R5 M/ E                                SimpleDateFormat sdf2 = new SimpleDateFormat("yyyy/M/d a hh:mm:ss");; R0 u. `4 t; j7 z0 @8 i
                                SimpleDateFormat sdf3 = new SimpleDateFormat("yyyy年M月d日 ahh時mm分ss秒");
2 q9 a3 ]( n1 n  l/ X; B; {( D7 a                                SimpleDateFormat sdf4 = new SimpleDateFormat("yyyy年M月d日 E ahh時mm分ss秒 z");3 i: i+ t3 A! x0 t5 X# I
                System.out.println(sdf1.format(d));- w9 u& S7 W0 X1 z! w$ D
                                System.out.println(sdf2.format(d));! S6 T4 B, S) g( u& U  A; E
                                System.out.println(sdf3.format(d));
$ G; _; V" f/ A: C. V4 ?0 D# G                                System.out.println(sdf4.format(d));% ^9 Z3 q. c0 n+ c& ?# G
        }
  |! C( W5 ]1 o- F6 R5 O9 L* J& u}
人平

TOP

本帖最後由 kim 於 2012-7-27 20:28 編輯 * `% X; Q# z# i/ r8 r& u5 B* o7 y4 g
  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 編輯 # B" E! A5 |7 q) Q
  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

返回列表