Java Month getMonthTime(String allDate)

Here you can find the source of getMonthTime(String allDate)

Description

get Month Time

License

Apache License

Declaration

public static String getMonthTime(String allDate) 

Method Source Code

//package com.java2s;
//License from project: Apache License 

public class Main {

    public static String getMonthTime(String allDate) {
        return allDate.substring(5, 16);
    }/*w w w  .j  av  a  2s.c  o  m*/
}

Related

  1. getMonthMaxDate(String str)
  2. getMonthOfNextQuarter(String yearAndMonth)
  3. getMonthRange(String start, String end)
  4. getMonths()
  5. getMonths(String strDateBegin, String strDateEnd)
  6. getMonthToMonth(int month)
  7. getMonthTotal(Double bsAmount, Double susAmount, Double changeRate)
  8. getNextMonth(String curYearMonth)
  9. getNextMonth(String month)