Java Month Number Get getMonthIndexAsString(String type)

Here you can find the source of getMonthIndexAsString(String type)

Description

get Month Index As String

License

Open Source License

Declaration

public static String getMonthIndexAsString(String type) 

Method Source Code

//package com.java2s;

public class Main {
    public static String getMonthIndexAsString(String type) {
        return Integer.toString(Integer.parseInt(type) - 1);
    }//from  w  w  w. jav  a 2  s .com
}

Related

  1. eemonth(double serial_number)
  2. getInitialsByMonthNumber(String monthNumber)
  3. getMonthDigit(String month)
  4. getMonthIds()
  5. getMonthIndex(String str)
  6. getMonthNumberByMonthInitials(String monthInitials)
  7. getMonthNumberString(int month)
  8. getMonthNumberString(String sMonth)
  9. getNumberOfRSLILMonth(String month)