Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- How do I... Perform date/time arithmetic with Java's Calendar class?
- Java's Calendar class offers a set of methods for converting and manipulating temporal information. In addition to retrieving the current date and time, the Calendar class also provides an API for date arithmetic. The API takes care of the numerous minor adjustments that have to be made when adding and...
- Tags: Method, Java, Class, Calendar, Melonfire
- Blog posts 2007-08-15
- java programming - time
- Hey does anybody know a simple way to call and display the system time from the pc using java code? I have to submit an assignment and part of it involves displaying the system time on a simple java program - i was able to track down one method in...
- Tags: Java, SimpleDateFormat, System.out.println, hamant5@..., programming, GregorianCalendar
- Q&A 2006-02-21
Additional Resources
- Calculate, customize, and parse dates with Java Date and Calendar classes
- Manipulating date information is integral to many programming tasks. And with Java's Date and Calendar classes, you can create, format, and parse dates to your heart's content. Run through our examples and learn how to put these classes to work.Java Calendar, Date, and DateFormat classes comprise a basic, yet critical,...
- Tags: Programming languages, Kathrine Wright, Date class, Java
- Technical articles 2001-10-08
- Using dates with JavaServer Pages
- Handling dates and times is a challenge to many developers, but Java provides all the functionality you'll need for almost any calendar-based application.The irregular number of days in each month, seven-day weeks, and weekends present an obstacle for almost any calendar-based application. As a result, working with dates and times...
- Tags: Java, Scripting languages, sample code, Donovan Cowie, curDate
- Technical articles 2002-05-29
- Breaking up J2EE: Use just the tools you need to get the job done
- The J2EE platform can be daunting to implement, but you don't have to use everything it has to offer. You can easily divide J2EE to fill specific needs.By incorporating several programming approaches in its Model-View-Controller pattern, Java 2 Enterprise Edition (J2EE) enables component-based development for highly complex and scalable Internet-based...
- Tags: Programming languages, Middleware, Scripting languages, Application servers, Enterprise software, tool, job, Michael Kmiec, Java, J2EE, Java server, JSP, Java 2
- Technical articles 2002-06-04
- Bridge your database to XML with Java and XML-DBMS
- It's possible to store and retrieve XML documents in a relational database even if that database does not boast XML features. The secret lies in careful use of Java (the database does have to be JDBC-compliant) and a third-party middleware framework named XML-DBMS, which acts as the glue between the...
- Tags: Storage, Databases, Java, Peter V. Mikhalenko, XML, XML document, database
- Technical articles 2003-07-22
- A calendar control for Swing
- Dates are a fundamental aspect of any programming language, but their display can be cumbersome. Learn how to create a Java calendar control using the Swing libraries.Dates are one of the most fundamental data types, so any language or database provides support for them, either built in or as a...
- Tags: Programming languages, Alexandre Pereira Calsavara, Java
- Technical articles 2002-07-09
- << Previous
- page 1 of 1
- Next >>