返回列表 發帖

1231 jva102 時間

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

import java.util.*; //Date
% x3 y$ r! V2 u! J- f; t) U7 {import java.text.*; //SimpleDateFormat" V8 H- @/ l* M5 W+ L4 k
1 W; _0 L3 ]. _
public class j102{
9 v( A/ y" p) R/ A* R' ?+ q8 G# y& Y
        public static void main(String arg[]){
4 V/ G: I( x( _# E4 @) y5 @. S6 [                    System.out.println("------------------");
; }1 \) `9 x3 F% ^+ E9 ~. A                    System.out.println("     當地時間     ");7 |' F) \: |7 e3 x" w7 R, g
                    System.out.println("------------------");
7 o( m/ V$ B/ j                Date d = Calendar.getInstance().getTime();$ T. r' L  L- t. w5 r! b
                SimpleDateFormat sdf1 = new SimpleDateFormat("yyyy/M/d a hh:mm");
/ m9 d) }5 ]% B) U6 q$ h4 O                                SimpleDateFormat sdf2 = new SimpleDateFormat("yyyy/M/d a hh:mm:ss");
+ m, W  Y8 b* B0 N6 s8 ?                                SimpleDateFormat sdf3 = new SimpleDateFormat("yyyy年M月d日 ahh時mm分ss秒");
( |5 p3 \: _3 a- z6 Z                                SimpleDateFormat sdf4 = new SimpleDateFormat("yyyy年M月d日 E ahh時mm分ss秒 z");
$ t' n4 u' M" |# X) \% ]                System.out.println(sdf1.format(d));2 [# D7 I' m/ A; W
                                System.out.println(sdf2.format(d));; |3 h' D- N0 {9 x: _, S- B
                                System.out.println(sdf3.format(d));) D) P4 ?7 {# ]
                                System.out.println(sdf4.format(d));
8 k7 Z. A+ N$ n, g1 w$ L5 f        }! G5 b. o/ }6 p7 Z4 E" W; x5 i
}
小雲雀

TOP

import java.util.*; //Date4 Y7 S4 p" H. @1 T* f
import java.text.*; //SimpleDateFormat
5 O) p) y2 B, i. Y8 ]
- t7 O; x+ _: Xpublic class j102{
( n# Y* P4 d  I( I9 i, X' w
* M$ d/ r5 M3 K, T        public static void main(String arg[]){
9 I2 @! h1 Z) v# S                    System.out.println("------------------");
4 ]$ M( ~/ X7 Z                    System.out.println("     當地時間拉     ");
5 s$ _/ g0 x- M% q4 l5 v' @& }                    System.out.println("------------------");. b4 k, o& p$ ~' A, m
                Date d = Calendar.getInstance().getTime();5 D3 Q0 f4 b5 i/ {$ y
                SimpleDateFormat sdf1 = new SimpleDateFormat("yyyy/M/d a hh:mm");
3 V: d& x5 |* N                                SimpleDateFormat sdf2 = new SimpleDateFormat("yyyy/M/d a hh:mm:ss");
, s2 v# C' j- m% H6 d                                SimpleDateFormat sdf3 = new SimpleDateFormat("yyyy年M月d日 ahh時mm分ss秒");- r) q% N- r5 O! @* w  ?% e
                                SimpleDateFormat sdf4 = new SimpleDateFormat("yyyy年M月d日 E ahh時mm分ss秒 z");
( D. R0 m) q6 z  W( z                System.out.println(sdf1.format(d));" h% K' `6 b" p+ Y
                                System.out.println(sdf2.format(d));% A9 Q" F  f( l8 o5 Z* N, D# J5 c1 P
                                System.out.println(sdf3.format(d));: D/ Z- {7 W6 r+ j* Z0 |. F
                                System.out.println(sdf4.format(d));
0 C) Y* N$ Q* v/ i( E5 l5 q5 ]        }( w( u2 V* Y# `# J5 v5 ]9 s* a" W
}
人平

TOP

本帖最後由 kim 於 2012-7-27 20:28 編輯
! J( }! `  N5 h" J1 S$ B( U; P9 S$ p
  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 編輯
) I+ p; [8 z+ g
  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

返回列表