esuslogo
 [To advertise Java(tm) Events here, contact joris@esus.com!]
banner

Java™
by example!






New @ Esus.com


  gb  In-house search engine for better results!

  gb  Get updates with the esus.com
newsletter!









  Home 
 Browse Categories 
 Ask a Java Question 
 Help 
  For Java Tips & Tricks, subscribe to the esus.com newsletter!
Search Java Q&A, Links, API's:   adv 

Become a member to observe this category
Calendar, Date, Time, TimeZone

A date object represents a specific time with millisecond precision. A Calendar object interprets a Date according to the rules of a speicfic calendar system. Currently, GregorianCalendar is currently the only Calendar implementation. TimeZone is an abstract class representing a time zone offset (eg. PST, EST, GMT+02). For an implementation based on the GregorianCalendar, use SimpleTimeZone.

Related Categories

DateFormat and SimpleDateFormat

Subcategories



      Questions & Answers
      = answered, = unanswered

      General:

        How do I do operations on dates?
        What class should I use to do operations on dates?
        How do I get today's date?
        How do I get a Date object from a String?
        How do I get the weekday of a certain date?
        What is the Epoch?
        How do I get the current time?
        Why are some date constructors deprecated?
        How do I compare two dates?
        How do I get the number of days between two Date objects?
        How do I determine the number of days in a month of a particular year?
        How do I parse partial date information?
        How do I convert a string date into the format dd/mm/yyyy?
        What do I use to create a Date from a String, as that Date constructor has been deprecated?
        How do I determine whether my JVM is using the correct timezone?
        How do I create a date using the GregorianCalender class?
        How do I get the number of days in a month?
        How do I check if a date is correct?
        How do I compare whether a date comes before or after a certain other date?
        How do I determine whether a particular year is a leap year?
        How do I generate a list of all available timezones?


      Further Information (sorted alphabetically)
      Api's:

      Articles:

      Related Links:







      Terms of Service | Privacy Policy | Contact

      Copyright © 2000-2003 Esus.com - All Rights Reserved 
      Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. Esus.com is independent of Sun Microsystems, Inc. All other trademarks are the sole property of their respective owners.