How to calculate number of weeks in a specified month

I am create one program that contain three combo box. 1.cmbyear 2.cmbmonth 3.cmbweek

i am select year and month. then automatically calculate number of weeks in a specified month for the year.

for example if i choose year in 2008 and month in october then display number of weeks in cmbweek combo box. ex

1week 2week 3week 4week 5week

Please help me as soon as possible.

View Answers

April 29, 2011 at 8:33 PM

package com.test.dateutil;

import java.util.Calendar; /** * Code To calculate number of Days in a Month and number of weeks in a month * @author Lalit * */ public class GetDaysInMonth { public static void main(String[] args) { Calendar calendar = Calendar.getInstance(); int year = 1998; int month = Calendar.FEBRUARY; int date = 1; calendar.set(year, month, date); int numOfDaysInMonth = calendar.getActualMaximum(Calendar.DAYOFMONTH); int numOfWeeksInMonth = calendar.getActualMaximum(Calendar.WEEKOFMONTH); System.out.println("Number of Days In Month: " + numOfDaysInMonth); System.out.println("Number of Weeks In Month: " + numOfWeeksInMonth);

}

}









Related Tutorials/Questions & Answers:
How to calculate number of weeks in a specified month
How to calculate number of weeks in a specified month  I am create... select year and month. then automatically calculate number of weeks in a specified... then display number of weeks in cmbweek combo box. exADS_TO_REPLACE_1 1week
Java get number of Days in Month
Java get number of Days in Month       In this section, you will learn how to obtain the number of days in the specified month. This example sets the year as 2008, month
Advertisements
how to create month wise serial number in java?
how to create month wise serial number in java?  Ex: For 1)January-serial number is 1/001,1/002,1/003 etc
Determining the Number of Days in a Month
Determining the Number of Days in a Month   This section will show the way of counting the number of days of a month in the specified year. Following... of the GregorianCalendar class which create an instance for that. Year and month are specified
Calculate Month Difference in mysql - SQL
Calculate Month Difference in mysql  hi , i am rahul.Can anybody plz help me.i am calculating month difference in mysql5.0 procedure . i have done... of date increasing or decreasing based on month like 31 and 30 .coding
Calculate factorial of a number.
Calculate factorial of a number.  How to calculate factorial of a given number?   import java.io.BufferedReader; import java.io.IOException...("Please Input Any Number"); int num = 0; BufferedReader br = new
PHP convert week number to days or month - PHP
or weeks? I tried but it didn?t work well.. what all I need is 4 weeks = 1 month...PHP convert week number to days or month  Small, simple and easy code that can do following task: 1.Convert Week Numbers to Month 2.Convert Week
Calculate total number of elements remaining in the buffer.
Calculate total number of elements remaining in the buffer. In this tutorial, we will discuss how to calculate total number of elements remaining... of specified capacity.  int get() The get() method read
Week calculate start from friday
number of weeks for the selected month. example: if i select year in 2010 month...Week calculate start from friday  My problem is to calculate how many weeks have a month. Note that my weeks have to start on Friday! I have three
Javascript calculate number of days between two dates
Javascript calculate number of days between two dates In this tutorial, you will learn how to calculate number of days between two dates.For this, you need.... The desired interval can then be determined by dividing that number
Find number of words begin with the specified character
Count number of words begin with the specified character In this section, you will learn how to count the number of words that begin with the specified... + "-" + count); } } Output:ADS_TO_REPLACE_1 Enter string: Hi How
How to calculate attending hours?
How to calculate attending hours?  I need to calculate attending hours of a employee in a day in my project to make their monthly salary . By using work starting time and ending time. How should I do it using Date class? Or any
How to calculate days in a year
How to calculate days in a year  Hi, How to calculate no of days in a year? I want a program that calculates no of days in a year by specifying year a parameter. Thanks   Hi, Please check the thread example
How to calculate the average in Hibernate?
How to calculate the average in Hibernate?  Hi, I have to calculate the average in Hibernate. How to calculate the average in Hibernate? Thanks   Hi, You can use the project in Hibernate. Here is the example code
How to Addding One Month with PHP ?
How to Addding One Month with PHP ?  Hi, I am very new in this php programming language. Can anybody will guide me how to add 1 month on a specific date on PHP. Please give any example or reference links. Please feel free
how to calculate the price on the option box
how to calculate the price on the option box  How i calculate the value when i using a option box with 2 option..first option i used for product name... to calculate this value
how to calculate EMI of the loan
how to calculate EMI of the loan   package carloanapp; import java.io.FileWriter; import java.io.IOException; public class CarLoan { Customer gObjCustomer = null; double gDbRequestedLoanAmount = 0; double
how to calculate max and min - RUP
how to calculate max and min  hye!i'm a new for the java and i want to ask a question . Could anyone help me to teach how to calculate the maximum... void main(String args[]) { // Method for the max number among the pair
Write a program to calculate factorial of any given number
program to calculate factorial of any given number. First of all define a class... Factorial Examples - Java Factorial Example to calculate factorial of any given number      
How to calculate average of array in Java?
How to calculate average of array in Java?  Hi, I have an integer array and I want to calculate the average of the values in it. How to calculate... the elements of array and then calculate sum. Then divide it with the length
How to learn Java programming in a month
  Hello, How to learn Java programming in a month? It's a hard...How to learn Java programming in a month  Hi, I just completed my graduation and want to learn Java for making career in software development. How
How to calculate area of rectangle
How to Calculate Area of Rectangle       In this section we will learn how to calculate area... In this program explain the static method how to display the rectangle values. First
How to calculate Date Difference in Java?
How to calculate Date Difference in Java?  Hi, I have two dates variable. How to calculate Date Difference in Java? Thanks   Hi, You can use the Calendar class for calculating the date difference in Java. Get data
Hi..How to Display Days by month - Java Beginners
Hi..How to Display Days by month  Hi Friend.... I have a doubt on date Program... How to display the Number of days..it should display Separate .Month by Month For Ex.. INPUT: ---------------- Year Month Day 2006 12
how to calculate the employee tax - JSP-Servlet
how to calculate the employee tax  How to calculate the employee tax.Can u please send to me calculation tables
how can you calculate you your age in daies??
how can you calculate you your age in daies??  **hi, I am beginner in java! can any one help me to write programm to calculate age in daies...(); System.out.print("Enter month(in number) of your date of birth
How to calculate sum of HH:MM:SS Format?
How to calculate sum of HH:MM:SS Format?  how to calculate sum of HH:MM:SS? for example: 10:25:36+26:50:56 calculate sum of these values
How can I master Java in one month?
How can I master Java in one month?  Hi, I wish to learn Java programming in one month. I have little experience in c programming and PHP programming. Is there any way to learn Java quickly. How can I master Java in one month
How to calculate area of triangle
.style1 { margin-right: 0px; } How to Calculate...; In this section we will learn how to calculate area of triangle. We... in this program we will fine the how to the display massage the area
ModuleNotFoundError: No module named 'epi-weeks'
'epi-weeks' How to remove the ModuleNotFoundError: No module named 'epi-weeks' error? Thanks   Hi, In your python environment you...ModuleNotFoundError: No module named 'epi-weeks'  Hi, My Python
ModuleNotFoundError: No module named 'epi-weeks'
'epi-weeks' How to remove the ModuleNotFoundError: No module named 'epi-weeks' error? Thanks   Hi, In your python environment you...ModuleNotFoundError: No module named 'epi-weeks'  Hi, My Python
Modify the sales tax program to accept an arbitrary number of prices, total them, calculate the sales tax and print the total amount.
Modify the sales tax program to accept an arbitrary number of prices, total them, calculate the sales tax and print the total amount.  Modify the sales tax program to accept an arbitrary number of prices, total them, calculate
How to make auto number? - JSP-Servlet
How to make auto number?  Dear, my friend... I really need your help.... I want to ask you, how to make auto number in mysql database... number 08 = month (august) 09 = year If system of date change
how to calculate max and min in the loop - Java Beginners
how to calculate max and min in the loop  thanks coz giving me... static void main(String[] args) throws IOException { // Max Number to be inputted System.out.println("Enter Number to be input: "); BufferedReader
How do you master python in a month?
How do you master python in a month?  Hi, I am beginner in Data...: How do you master python in a month? Try to provide me good examples or tutorials links so that I can learn the topic "How do you master python in a month
How to display jfreechart at specified place in jsp
How to display jfreechart at specified place in jsp  I have a jsp page where i need to display the chart at specified position .But With the following codes chart is getting loaded as png image and all other css design elements
How to format number in Java?
How to format number in Java?  Hi, What is the best way to format a number in Java? How to format number in Java? Thanks   Hi, To format number in Java you can use the class java.text.NumberFormat. Here is simple
How create auto number? - JSP-Servlet
How create auto number?  Dear, my friend... I really need your help.... I want to ask you, how to make auto number in mysql database... number 08 = month (august) 09 = year If system of date change to be next
Retrieve a list of words from a website and show a word count plus a specified number of most frequently occurring words
Retrieve a list of words from a website and show a word count plus a specified number of most frequently occurring words  I have to: 1.Retrieve...;String,Integer> object where the value is the number of occurrences of the word
How to get month name from date(like-25/06/2012) using java?
How to get month name from date(like-25/06/2012) using java?  How to get month name from date(like-25/06/2012) using java
how to show x axis values of timeline chart in jfreechart with particular month.
how to show x axis values of timeline chart in jfreechart with particular month.  my x-axix timeline having day of 1 month and days shows me only differently and 1 month. I want month attached with days
how to display(update) current date and month in select box on selecting the year.
how to display(update) current date and month in select box on selecting the year.  how to display(update) current date and month in select box on selecting the year
calculate milliseconds to hh mm ss
calculate milliseconds to hh mm ss  how to calculate milliseconds to hh mm ss ? Actually i wanted to calculate week days and hours from milliseconds... weeks = (days / 7) | 0; days -= weeks * 7
how to generate bank account number?
how to generate bank account number?  how to generate account number?or format or rules for bank account number
machine learning in 11 weeks
machine learning in 11 weeks  Hi, I am beginner in Data Science and machine learning field. I am searching for the tutorials to learn: machine learning in 11 weeks Try to provide me good examples or tutorials links so that I
how to find last day 0f any given month in mysql?
how to find last day 0f any given month in mysql?  how to find last day of any given month in mysql?   Hi Friend, Here is required code:ADS_TO_REPLACE_1 DECLARE @dtDate DATETIME SET @dtDate = '8/18/2007' SELECT
how to calculate salary of all the employees 10%extra then actual salary - SQL
how to calculate salary of all the employees 10%extra then actual salary  how to calculate salary of all the employees 10% extra then actual salary  Hi Friend, We are providing you a code that will calculate
how to get number of shards in elasticsearch
how to get number of shards in elasticsearch  Hi, I have elastic search server and I want to get the details of shards for each index. how to get number of shards in elasticsearch? Thanks   Hi, You can use the cat
How to format number in Java?
Learn about the code of formatting the number in Java This tutorial explains you how to format the number in Java. There are number of situations where we need the number to be formatted in many different formats. Depending the format
Find Month name using DateFormatSymbols class.
will learn how to find the month name using DateFormatSymbols class. The class... this information. Here we are going to find the month name based on the number...(num)); } } Output: Enter number between 1 and 12: 7 Month is: July