This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Beginning Java and the fly likes Calculating weekday and weekend dates..Urgent Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Calculating weekday and weekend dates..Urgent" Watch "Calculating weekday and weekend dates..Urgent" New topic
Author

Calculating weekday and weekend dates..Urgent

Victor Garcia
Greenhorn

Joined: May 07, 2005
Posts: 2
I have been trying to figure out how to calculate weekend and weekday rates for a project but no luck. So hopefully someone can offer a little assistance.. this is my scenario..

A user enters in the date that a furniture item is returned as a string.
the user also enters in the date it was due..
now supposed the furniture was due on 5/9/05 and returned on 5/18/05 i have 9 days the furniture is late. There is also different rates for weekends and weekdays. my problem is how do i first calculate the difference between the two dates.. then distinguish between weekend and weekday so that i could multiply those dates by the appropriate rates and produce a receipt...
Any help would be appreciated...Im stuck!!
Henry Wong
author
Sheriff

Joined: Sep 28, 2004
Posts: 16811
    
  19

Take a look at the java.util.Calendar class. There are methods which can tell you what day of the week a particular date is.

Henry


Books: Java Threads, 3rd Edition, Jini in a Nutshell, and Java Gems (contributor)
Michael Dunn
Ranch Hand

Joined: Jun 09, 2003
Posts: 4632
You must be one hell of a tycoon.
A furniture store owner in this thread

and video store owner here
[ May 07, 2005: Message edited by: Michael Dunn ]
Victor Garcia
Greenhorn

Joined: May 07, 2005
Posts: 2
In the other thread i actually said video rental instead of furniture rental. I was thinking of two things at one time..
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Calculating weekday and weekend dates..Urgent
 
Similar Threads
TimeZone, calendar
How to get the Dates in-between two Dates
Total NOOB Needs Help Fast
date comparison using javascript
Date Comparison Program - Help!