返回列表 發帖

1231 jva102 時間

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

import java.util.*; //Date
+ G9 Z- h9 G4 t  k( Kimport java.text.*; //SimpleDateFormat
0 c, g3 u1 q) r( Y" e- n: W5 n7 a: g" j; Z& T+ I6 q
public class j102{# L" M; y( p+ G6 F% |! I# l! T- E

1 _& x6 F  C+ h: t6 {! o# C( w        public static void main(String arg[]){" A  g! [2 c+ c/ w  D0 s& G- P1 ~
                    System.out.println("------------------");/ V3 J+ f% L( p, l
                    System.out.println("     當地時間     ");, V& |6 u* C2 c+ z( b9 v9 i
                    System.out.println("------------------");
! ^$ _0 h  E0 Z# h' T$ a: w                Date d = Calendar.getInstance().getTime();
! }& D" x$ ~, {9 k/ z9 t8 q                SimpleDateFormat sdf1 = new SimpleDateFormat("yyyy/M/d a hh:mm");0 O5 ^' K8 U/ _8 I+ S
                                SimpleDateFormat sdf2 = new SimpleDateFormat("yyyy/M/d a hh:mm:ss");& `+ Y8 b2 W, {( R5 h) j
                                SimpleDateFormat sdf3 = new SimpleDateFormat("yyyy年M月d日 ahh時mm分ss秒");  N5 t# N# J$ r2 s4 P* a" Z) P; \
                                SimpleDateFormat sdf4 = new SimpleDateFormat("yyyy年M月d日 E ahh時mm分ss秒 z");* y& A) ?% U) r- b7 S7 H8 n
                System.out.println(sdf1.format(d));
9 {! O8 H9 ^8 S( n& c2 h                                System.out.println(sdf2.format(d));$ s! f2 V; ^7 D( v6 h0 N
                                System.out.println(sdf3.format(d));
) N) I4 e' a, c# G                                System.out.println(sdf4.format(d));
: x. Y' \5 W: K9 `+ f        }
2 W) ?: j1 H- G2 k) r, ^- J4 u, f% |0 V}
小雲雀

TOP

import java.util.*; //Date
; Y  y$ [( L, a) V# d! `) _import java.text.*; //SimpleDateFormat
) y2 K% h% R- S# U4 d+ |1 p/ k! P, @& K- L
public class j102{5 O4 y. J% m2 _' |
7 z' {* r) ~1 d: W* B& u) g0 f' `
        public static void main(String arg[]){
9 \! W7 Z9 i& K! ?. V                    System.out.println("------------------");
7 x4 r1 V) C& F1 |, z! W! `                    System.out.println("     當地時間拉     ");  n8 m3 |, k5 L  m  Z
                    System.out.println("------------------");, q( d9 V$ N$ b# m; v
                Date d = Calendar.getInstance().getTime();8 a) }0 n- O3 D! P/ k) B, `
                SimpleDateFormat sdf1 = new SimpleDateFormat("yyyy/M/d a hh:mm");
4 q2 s- R& G. E; {1 X8 j                                SimpleDateFormat sdf2 = new SimpleDateFormat("yyyy/M/d a hh:mm:ss");/ h# H: y9 w) t8 ^5 e
                                SimpleDateFormat sdf3 = new SimpleDateFormat("yyyy年M月d日 ahh時mm分ss秒");
$ x( q6 {& I, Y# q' |; H                                SimpleDateFormat sdf4 = new SimpleDateFormat("yyyy年M月d日 E ahh時mm分ss秒 z");& [, ]7 z1 R6 o7 e1 I9 H
                System.out.println(sdf1.format(d));
8 |  \$ Q% \9 M# Y$ @                                System.out.println(sdf2.format(d));# K9 f% D8 n9 W9 K4 \+ J1 ~
                                System.out.println(sdf3.format(d));
9 b* C/ N6 k" g7 C                                System.out.println(sdf4.format(d));9 k$ ^+ `. N& p: i. X+ G3 o1 A/ \
        }
! F- |- Y! v2 U9 O9 M8 G+ H}
人平

TOP

本帖最後由 kim 於 2012-7-27 20:28 編輯 % `" k) T+ X. j' t7 Y* ?2 B1 F
  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  F) t& Z% T3 v: x
  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

返回列表