Java Month getStatis_month()

Here you can find the source of getStatis_month()

Description

get Statimonth

License

Open Source License

Return

the statis_month

Declaration

public static String getStatis_month() 

Method Source Code

//package com.java2s;
/*******************************************************************************
 * @FileName: ExcelHelper.java 2013-7-18 ????10:05:08
 * @Author: zhangzhia/* w  ww.j ava  2s  .c  o m*/
 * @Copyright: 2013 YUTONG Group CLW. All rights reserved.
 * @Remarks: YUTONG PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
 *******************************************************************************/

public class Main {
    private static String statis_month = "";

    /**
     * @return the statis_month
     */
    public static String getStatis_month() {
        return statis_month;
    }
}

Related

  1. getNextMonthSpe(String curYearMonth)
  2. getPreMonth(String thisMonth)
  3. getQuarterLastMonth(String quarter)
  4. getRSLILMonth(int month)
  5. getSecondByMonth(int month)
  6. getTargetMonth(Integer targetYm)
  7. getTotalMonths(long time)
  8. getYMonth(String dateFromDB)
  9. impleMonth(int month)