I need to implement gregorian calendar in java
Please give me ideas how to start and what to use?

Recommended Answers

All 5 Replies

Sun have saved you the bother - see java.util.GregorianCalendar in the Java API.
If you have to do this yourself then a read through the preamble to the doc for java.util.GregorianCalendar will give you a good intro into what you need to achieve.

Uhm, the GregorianCalendar class?

Edit: Damn! Too slow!

yes i dont want to use GregrianCalendar class. Need implement without that..

Okay? And have you read the intro to that class in the API docs which detail what's entailed in that? As was already suggested? And where is your attempt at all this?

I need to implement gregorian calendar in java
yes i dont want to use GregrianCalendar class. Need implement without that

please don't forget to tell us who finally won

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.