Here you can find the source of getMonthBeginByMonth(String month)
public static String getMonthBeginByMonth(String month)
//package com.java2s; public class Main { public static String getMonthBeginByMonth(String month) { return month + "-01"; }/* w w w . j av a 2 s . com*/ }