<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>vGrup  Blog &#187; date</title>
	<atom:link href="http://www.vgrup.com/tag/date/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vgrup.com</link>
	<description>Vgrup for Geek and Robot Unix Party</description>
	<lastBuildDate>Thu, 24 Nov 2011 13:24:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>java tarih formatlama (SimpleDateFormat)</title>
		<link>http://www.vgrup.com/2010/02/19/java-tarih-formatlama-simpledateformat/</link>
		<comments>http://www.vgrup.com/2010/02/19/java-tarih-formatlama-simpledateformat/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 14:29:59 +0000</pubDate>
		<dc:creator>Muhammed YÜRÜRDURMAZ</dc:creator>
				<category><![CDATA[Yazılım]]></category>
		<category><![CDATA[Örnek]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[SimpleDateFormat]]></category>
		<category><![CDATA[tarih]]></category>

		<guid isPermaLink="false">http://www.vgrup.com/2010/02/19/java-tarih-formatlama-simpledateformat/</guid>
		<description><![CDATA[import java.text.SimpleDateFormat; import java.util.Date; public class JavaSimpleDateFormatOrnek{ public static void main(String args[]){ Date date = new Date(); SimpleDateFormat sdf = new SimpleDateFormat("dd/MM/yyyy"); System.out.println("Bu gün " + sdf.format(date) ); } } Tags: Örnek, date, Java, SimpleDateFormat, tarih]]></description>
			<content:encoded><![CDATA[<pre>
import <a href="http://www.vgrup.com/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">java</a>.text.<a href="http://www.vgrup.com/tag/simpledateformat/" class="st_tag internal_tag" rel="tag" title="Posts tagged with SimpleDateFormat">SimpleDateFormat</a>;
import <a href="http://www.vgrup.com/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">java</a>.util.<a href="http://www.vgrup.com/tag/date/" class="st_tag internal_tag" rel="tag" title="Posts tagged with date">Date</a>;

public class JavaSimpleDateFormatOrnek{
  public static void main(String args[]){
  <a href="http://www.vgrup.com/tag/date/" class="st_tag internal_tag" rel="tag" title="Posts tagged with date">Date</a> date = new <a href="http://www.vgrup.com/tag/date/" class="st_tag internal_tag" rel="tag" title="Posts tagged with date">Date</a>();
  SimpleDateFormat sdf = new SimpleDateFormat("dd/MM/yyyy");
  System.out.println("Bu gün " + sdf.format(<a href="http://www.vgrup.com/tag/date/" class="st_tag internal_tag" rel="tag" title="Posts tagged with date">date</a>) );
  }
}
</pre>
<div><a class="addthis_button" href="//addthis.com/bookmark.php?v=250" addthis:url='http://www.vgrup.com/2010/02/19/java-tarih-formatlama-simpledateformat/' addthis:title='java tarih formatlama (SimpleDateFormat)'><img src="//cache.addthis.com/cachefly/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a></div>
	Tags: <a href="http://www.vgrup.com/tag/ornek/" title="Örnek" rel="tag">Örnek</a>, <a href="http://www.vgrup.com/tag/date/" title="date" rel="tag">date</a>, <a href="http://www.vgrup.com/tag/java/" title="Java" rel="tag">Java</a>, <a href="http://www.vgrup.com/tag/simpledateformat/" title="SimpleDateFormat" rel="tag">SimpleDateFormat</a>, <a href="http://www.vgrup.com/tag/tarih/" title="tarih" rel="tag">tarih</a><br />
]]></content:encoded>
			<wfw:commentRss>http://www.vgrup.com/2010/02/19/java-tarih-formatlama-simpledateformat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

