Java Month getMonthBegin(String strdate)

Here you can find the source of getMonthBegin(String strdate)

Description

get Month Begin

License

Open Source License

Declaration

public static String getMonthBegin(String strdate) 

Method Source Code

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

public class Main {

    public static String getMonthBegin(String strdate) {
        return strdate;
        /*//from w w w  . j a v  a  2s .  c o m
         * date = parseDate(strdate); return format(date, "yyyy-MM") + "-01";
         */
    }
}

Related

  1. getEnMonth(String month)
  2. getFirstMonthByQuarter(int month)
  3. getFirstMonthOfQuarter(String quarter)
  4. getFiscalMonth(int month, int fiscalMonthOffset)
  5. getFrontMonth(String month)
  6. getMonthBeginByMonth(String month)
  7. getMonthBetween(String strDate, int intDiff)
  8. getMonthByDate(String yyyyMMdd)
  9. getMonthCountByBillMode(String billMode)