Total members 10261 | Gratitudes |It is currently Wed May 23, 2012 10:06 am Login / Join Codemiles


All times are UTC [ DST ]




Post new topic Reply to topic  Quick reply  [ 2 posts ] 
Author Question
 Question subject: Want start and end date of a month from current date
PostPosted: Fri Jul 22, 2011 8:03 am 

Hello,
I m having a code which gives date of a particular event like :

String date=date1.substring(3,5)+"/"+date1.substring(0,2)+"/"+date1.substring(6,10);

I want the start date and end date of the month of which the above date belongs to..


Kindly help.


TOP
  
Reply with quote  
 Question subject: Re: Want start and end date of a month from current date
PostPosted: Fri Jul 22, 2011 11:35 pm 
Offline
Mastermind
User avatar

Joined: Tue Mar 27, 2007 10:55 pm
Posts: 2279
Location: Earth
Has thanked: 39 time
Have thanks: 61 time
Code:

   Calendar calendar 
Calendar.getInstance();
  
int yearpart 2010;
  
int monthPart 11;
  
int dateDay 1;
  
calendar.set(yearpartmonthPartdateDay);
  
int numOfDaysInMonth calendar.getActualMaximum(Calendar.DAY_OF_MONTH);
  
System.out.println("Number of Days: " numOfDaysInMonth);
  
System.out.println("First Day of month: " calendar.getTime());
  
calendar.add(Calendar.DAY_OF_MONTHnumOfDaysInMonth-1);


  
System.out.println("Last Day of month: " calendar.getTime());
 

_________________
Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )


TOP
 Profile Send private message  
Reply with quote  
Post new topic Reply to topic Quick reply  [ 2 posts ] 
Quick reply


  

 Similar topics
 Printing today+ current date with different format
 How to write a JSP Program to manipulate Last Date visited
 start a new line in html
 Start background image from its bottom
 get current page link
 get week day name or month name
 date validation in asp
 date formatting in Java
 Earn up to Rs.20,000/- Per Month.
 get next date by next day

All times are UTC [ DST ]


Users browsing similar posts

Users browsing this forum: Google Adsense [Bot] and 3 guests



Jump to:  
Previous Question | Next Question 




Home
General Talks
Finished Projects
Code Library
Games
Tutorials

Java
C/C++
C-sharp
php
Script
JSP/Servlets
Ajax
ASP/ASP.net
Google SEO
Database
Communications
Phpbb3 styles
Photoshop tutorials
Flash tutorials
Find a job






Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team