Where I can find LunarCalendar class?

R

RC

The Subject says its all.

In java.util.* package there are

Calendar and GregorianCalendar classes.
I am just wonder were there someone
out there wrote a LunarCalendar class?

So I can used it to find out Chinese
Lunar calendar date from Gregorian calendar
(the calendar we used everyday in the world).

Here is the link to convert Gregorian calendar
date to Lunar calendar date written by Fung F.
Lee and Ricky Yeung. The output is in HTML
format.

Chinese output
http://services.cnd.org/cgi/lunar/s2l/Chinese

English output
http://services.cnd.org/cgi/lunar/s2l/English

I would like have java class, so give
me flexibility to use in varied ways.

If you know what I looking for, please drop me
a line tell me the URL or ftp site(s). So I can
download it.

Thank Q very much in advance!
 
M

Miguel De Anda

RC said:
The Subject says its all.

In java.util.* package there are

Calendar and GregorianCalendar classes.
I am just wonder were there someone
out there wrote a LunarCalendar class?

So I can used it to find out Chinese
Lunar calendar date from Gregorian calendar
(the calendar we used everyday in the world).

Here is the link to convert Gregorian calendar
date to Lunar calendar date written by Fung F.
Lee and Ricky Yeung. The output is in HTML
format.

Chinese output
http://services.cnd.org/cgi/lunar/s2l/Chinese

English output
http://services.cnd.org/cgi/lunar/s2l/English

I would like have java class, so give
me flexibility to use in varied ways.

If you know what I looking for, please drop me
a line tell me the URL or ftp site(s). So I can
download it.

Thank Q very much in advance!


And if all else fails, just write it yourself. You can use javac to compile
it into a usable .class file. It seems like you already have the algorithm,
just translate it to java if you can't find it anywhere.
 
T

Tony Dahlman

RC said:
The Subject says its all.

In java.util.* package there are

Calendar and GregorianCalendar classes.
I am just wonder were there someone
out there wrote a LunarCalendar class?

So I can used it to find out Chinese
Lunar calendar date from Gregorian calendar
(the calendar we used everyday in the world).

Here is the link to convert Gregorian calendar
date to Lunar calendar date written by Fung F.
Lee and Ricky Yeung. The output is in HTML
format.

Chinese output
http://services.cnd.org/cgi/lunar/s2l/Chinese

English output
http://services.cnd.org/cgi/lunar/s2l/English

I would like have java class, so give
me flexibility to use in varied ways.

If you know what I looking for, please drop me
a line tell me the URL or ftp site(s). So I can
download it.

Thank Q very much in advance!

Not sure, but you may find what you are looking for at
ibm alphaWorks site:

http://alphaworks.ibm.com/tech/calendars

If not the Islamic calendar there will help you
write your own. Good luck and Happy 2004.

Tony Dahlman
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,262
Messages
2,571,056
Members
48,769
Latest member
Clifft

Latest Threads

Top