On Fri, May 22, 2009 at 12:39 AM, suraj gururaj <[email protected]>wrote:

>
>
> Hi,
>
> i want a source code which displays a day when i give date as input in
> java..plz help me out..
>
> Suraj
>  
>


Hi Suraj,
Please see the Day.java class under the link.

http://geosoft.no/software/day/Day.java.html

For Example if you want to know India independence day, All you need to do is 
to write the below snippet in your main class

Day independence = new Day(1947, Calendar.AUGUST, 15);
    System.out.println(nielOnMoon.getDayName());

Let me know if you need further assistance


Thanks,
Hari!

Reply via email to