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