<%@ page contentType="text/html;charset=big5" session="true" import="tw.com.autotools.html.*" %> <%@ page import="tw.com.autotools.misc.*" %> <%@ page import="tw.com.autotools.database.*" %> <%@ page import="tw.com.autotools.search.*" %> <%@ page import="tw.com.hannstar.ms7_finance.*" %> <%@ page import="java.util.Vector" %> <%@ page import="tw.com.hannstar.util.*" %> <%//@ page errorPage="ErrorPage.jsp" buffer="none"%> <%@ include file="../message_include.jsp"%> <%ServletContext sc = getServletContext(); SerialTable tableFinanceAction = (SerialTable) sc.getAttribute("tableFinanceAction"); Vector ActionList = null; Vector ActionList2 = null; Encoder encoder = tableFinanceAction.getEncoder(); ActionList = tableFinanceAction.select("kind=1 and date_start<="+encoder.encode( getCurrDate())+" and date_end >= " + encoder.encode( getCurrDate())); ActionList2 = tableFinanceAction.select("kind=3 and date_start<="+encoder.encode( getCurrDate())+" and date_end >= " + encoder.encode( getCurrDate()),"date_news asc"); %> HannStar.com

     2008 Financial Calendar
Date
Event
Jan  08 , 2008 Monthly Sales - December 2007
Feb  01, 2008 4Q07 Investor Conference
Feb 13 , 2008 Monthly Sales - January 2008
Mar 07, 2008 Monthly Sales - February 2008
Apr  08, 2008 Monthly Sales - March 2008
Apr  24, 2008 1Q08 Investor Conference
May  08, 2008 Monthly Sales - April 2008
Jun  06, 2008 Monthly Sales - May 2008
Jul  07, 2008 Monthly Sales - June 2008
Aug  01, 2008 2Q08 Investor Conference
Aug  07, 2008 Monthly Sales - July 2008
Sep 05, 2008 Monthly Sales - August 2008
Oct  07, 2008 Monthly Sales - September 2008
Nov 07, 2008 Monthly Sales - October 2008
Dec 05, 2008 Monthly Sales - November 2008
¡¹ This schedule is subject to change during the year as dates are adjusted.


HannStar Term of use & Privacy
<%! public String getCurrDate() { String currDate = new java.sql.Date(System.currentTimeMillis()).toString(); currDate = currDate.replace('-', '/'); System.out.println("currDate="+currDate); return currDate; } protected String getShortString(String str, int max_length) { if( str == null ) return ""; return ( (str.length()>max_length)?(str.substring(0, max_length-1)):str); } private static String getMonth(String month) {//¤ë¥÷ if( month.equals("01") ) month="January"; if( month.equals("02") ) month="February"; if( month.equals("03") ) month="March"; if( month.equals("04") ) month="April"; if( month.equals("05") ) month="May"; if( month.equals("06") ) month="June"; if( month.equals("07") ) month="July"; if( month.equals("08") ) month="August"; if( month.equals("09") ) month="September"; if( month.equals("10") ) month="October"; if( month.equals("11") ) month="November"; if( month.equals("12") ) month="December"; return month; } %>