<?xml version="1.0" encoding="iso-8859-1"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
	<channel>
		<title>Java tips</title>
		<description>This is the java tips area of programmingtips.co.uk</description>
		<link>http://programmingtips.co.uk</link>
		<lastBuildDate>Tue, 07 Sep 2010 02:40:31 +0100</lastBuildDate>
		<generator>FeedCreator 1.7.2</generator>
		<image>
			<url>http://programmingtips.co.uk/images/M_images/rss.png</url>
			<title>Programming tips rss feed</title>
			<link>http://programmingtips.co.uk</link>
			<description>This is the java tips area of programmingtips.co.uk</description>
		</image>
		<item>
			<title>parsing a text date in java</title>
			<link>http://programmingtips.co.uk/index.php?option=com_content&amp;task=view&amp;id=67&amp;Itemid=5</link>
			<description>To parse a text date in java you first need to create a SimpleDateFormat object with the pattern matching the...</description>
			<pubDate>Sun, 24 Jan 2010 21:09:45 +0100</pubDate>
		</item>
		<item>
			<title>Getting the current date in java</title>
			<link>http://programmingtips.co.uk/index.php?option=com_content&amp;task=view&amp;id=66&amp;Itemid=5</link>
			<description>To get the current date in java then use the gettime() methodhere is an example methodpublic void printCurrentDate() </description>
			<pubDate>Sun, 24 Jan 2010 21:05:53 +0100</pubDate>
		</item>
		<item>
			<title>Finding the number of days between 2 dates in java</title>
			<link>http://programmingtips.co.uk/index.php?option=com_content&amp;task=view&amp;id=65&amp;Itemid=5</link>
			<description>To get the difference between two dates, the key thing is to turn them into  longs  using the...</description>
			<pubDate>Sun, 24 Jan 2010 21:03:42 +0100</pubDate>
		</item>
		<item>
			<title>Printing a formatted date in Java</title>
			<link>http://programmingtips.co.uk/index.php?option=com_content&amp;task=view&amp;id=64&amp;Itemid=5</link>
			<description>Printing a date out in the certain format is easy in java - you need to use the SimpleDateFormat class...</description>
			<pubDate>Sun, 24 Jan 2010 21:00:19 +0100</pubDate>
		</item>
		<item>
			<title>Java Naming standards</title>
			<link>http://programmingtips.co.uk/index.php?option=com_content&amp;task=view&amp;id=61&amp;Itemid=5</link>
			<description>Packages...</description>
			<pubDate>Sun, 29 Nov 2009 23:26:46 +0100</pubDate>
		</item>
		<item>
			<title>Java Socket Tutorial</title>
			<link>http://programmingtips.co.uk/index.php?option=com_content&amp;task=view&amp;id=45&amp;Itemid=5</link>
			<description>The following link is a java socket tutorialhttp://www.javaworld.com/javaworld/jw-12-1996/jw-12-sockets.html (http://www.javaworld.com/javaworld/jw-12-1996/jw-12-sockets.html)</description>
			<pubDate>Thu, 02 Apr 2009 20:56:05 +0100</pubDate>
		</item>
		<item>
			<title>Java5 iterator for loop syntax</title>
			<link>http://programmingtips.co.uk/index.php?option=com_content&amp;task=view&amp;id=41&amp;Itemid=5</link>
			<description>There is a new collections iterator loop within java.The syntax is for(Item theItem: Items)you can find more info about this...</description>
			<pubDate>Wed, 01 Apr 2009 10:49:23 +0100</pubDate>
		</item>
		<item>
			<title>New Java 5 features</title>
			<link>http://programmingtips.co.uk/index.php?option=com_content&amp;task=view&amp;id=40&amp;Itemid=5</link>
			<description>Java 5 encompases the first set of new language features since Java 2. These features are:-Autoboxing - This allows you...</description>
			<pubDate>Tue, 24 Mar 2009 15:47:52 +0100</pubDate>
		</item>
		<item>
			<title>XPath syntax</title>
			<link>http://programmingtips.co.uk/index.php?option=com_content&amp;task=view&amp;id=39&amp;Itemid=5</link>
			<description>Here is the basic xpath syntax as taken from w3schools.com (http://www.w3schools.com/XPath/xpath_syntax.asp) Selecting Nodes XPath uses path expressions to select nodes...</description>
			<pubDate>Wed, 04 Mar 2009 14:38:04 +0100</pubDate>
		</item>
		<item>
			<title>Adding x days to a date in java</title>
			<link>http://programmingtips.co.uk/index.php?option=com_content&amp;task=view&amp;id=26&amp;Itemid=5</link>
			<description>import java.util.GregorianCalendar;
import java.util.Calendar;


public class TestDate {


public TestDate() {
        run()
}

public void run()
{
GregorianCalendar gc = new GregorianCalendar();

// Todays date

System.out.println(gc.get(Calendar.DATE) + &quot;/&quot; +
(gc.get(Calendar.MONTH)+...</description>
			<pubDate>Wed, 31 Dec 2008 08:16:49 +0100</pubDate>
		</item>
	</channel>
</rss>
