Date-Time Picker
Calendar Picker
Date Picker
Date Selector
第1题:
A.Within the job environment set up
B.Within the user data of the at job
C.In the file name preceeded with a userid
D.In a special file used by the cron daemon
第2题:
A、Date类获取的时间是以1970秒开始计时的
B、在JDK1.1之后,Date类逐渐被Calendar类取代
C、Date类中大部分构造方法都被声明为已过时
D、Date类中大部分方法依然推荐使用
第3题:
在下面附属类方法中的下划线处应填入的正确参数是 public void writeData(______)throws IOException{ GregorianCalendar calendar=new GregorianCalendar(); calendar.setTime(hireDay); out.println(name+"|"+salary+"|" +calendar.get(Calendar.YEAR)+"|" +(calendar.get(Calendar.MQNTH)+1)+"|" +calendar.get(Calendar.DAY_OF_MONTH)); }
A.Employee[]e
B.employee.dat
C.PrintWriter out
D.BufferedWriter
第4题:
Date、Calendar以及DateFormat类都位于java.util包中
第5题:
At which command prompt would you issue the set date
第6题:
A.int get(int field)
B.void add(int field,int amount)
C.void set(int field,int value)
D.void set(int year,int month,int date)
第7题:
用户随便输入一个日期(yyyy-MM-dd), 打印出这个日期所在月的每一天, 格式如下:
日 一 二 三 四 五 六
1 2 3 4 5 6
提示:
(1) 字符串 -->util.Date
(2) Date -->Calendar
(3) 修改日期 -->set
(4) 记录用户输入的是哪一天 -->get
(5) 判断星期几 -->get
(6) 获取该月份的最大天数 -->calendar.getActualMaximum
(7) 日期自增 -->add
第8题:
在下面附属类方法中的下划线处应填入的正确参数是( )。 public void writeData( ______ ) throws IOException{ GregorianCalendar calendar=new GregorianCalendar(); calendar.setTime(hireDay); out.println(name+"|"+salary+"|" +calendar.get(Calendar.YEAR)+"I" +(calendar.get(Calendar.MONTH)+1)+"|" +calendar.get(Calendar.DAY_OF_MONTH)); }
A.Employee[]e
B.employee.dat
C.PrintWriter out
D.BufferedWriter
第9题:
You create a Web Form that contains a text box named txtDate. You want the text box to allow users to enter any valid date. You need to use an ASP.NET validation control to ensure that only valid date values are submitted to the server. What should you do? ()
第10题:
What is the name of the User Interface (UI) widget that is just a standard edit box that is linked to a calendar with the pop-up property set?()