Java Month setStatis_month(String year_month)

Here you can find the source of setStatis_month(String year_month)

Description

set Statimonth

License

Open Source License

Parameter

Parameter Description
statis_month the statis_month to set

Declaration

public static void setStatis_month(String year_month) 

Method Source Code

//package com.java2s;
/*******************************************************************************
 * @FileName: ExcelHelper.java 2013-7-18 ????10:05:08
 * @Author: zhangzhia//from w  ww .  j  av  a2  s .co 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 = "";

    /**
     * @param statis_month the statis_month to set
     */
    public static void setStatis_month(String year_month) {
        statis_month = year_month.substring(year_month.length() - 2);
    }
}

Related

  1. paraseMonth(String yearMonth)
  2. parseMonth(final int month)
  3. ResolveMonth(String MonthToResolve)
  4. returnMonth(String month)
  5. roundMonthUnits(final int defaultUnitValue)
  6. startDaemonThread(Runnable runnable)
  7. stringToMonth(String m)
  8. toAnotherMonthColor(String value, String type)
  9. toCalendarMonth(int month)