Here you can find the source of toCalendarMonth(int month)
public static int toCalendarMonth(int month)
//package com.java2s; public class Main { public static int toCalendarMonth(int month) { return month - 1; }//from w w w .j av a2 s. c o m }