Java Month getTargetMonth(Integer targetYm)

Here you can find the source of getTargetMonth(Integer targetYm)

Description

get Target Month

License

Open Source License

Declaration

public static String getTargetMonth(Integer targetYm) 

Method Source Code

//package com.java2s;
//License from project: Open Source License 

public class Main {

    public static String getTargetMonth(Integer targetYm) {
        return targetYm.toString().substring(4, 6);
    }// w  ww.  j  a  v  a2  s . c o m
}

Related

  1. getPreMonth(String thisMonth)
  2. getQuarterLastMonth(String quarter)
  3. getRSLILMonth(int month)
  4. getSecondByMonth(int month)
  5. getStatis_month()
  6. getTotalMonths(long time)
  7. getYMonth(String dateFromDB)
  8. impleMonth(int month)
  9. intToMonth(int m)