<?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>LAMP for WEB &#187; mysql functions</title>
	<atom:link href="http://www.lampforweb.com/index.php/tag/mysql-functions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lampforweb.com</link>
	<description>Linux Apache Mysql Php - Örnek uygulama, ipuçları, döküman, duyuru v.s</description>
	<lastBuildDate>Sun, 27 Dec 2009 07:41:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mysql Türkçe Tarih Formatı</title>
		<link>http://www.lampforweb.com/index.php/mysql/mysqlde-turkce-tarih-formati/</link>
		<comments>http://www.lampforweb.com/index.php/mysql/mysqlde-turkce-tarih-formati/#comments</comments>
		<pubDate>Thu, 31 Jan 2008 22:05:50 +0000</pubDate>
		<dc:creator>soylu</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[mysql functions]]></category>
		<category><![CDATA[tarih format]]></category>

		<guid isPermaLink="false">http://www.lampforweb.com/index.php/mysql/mysqlde-turkce-tarih-formati/</guid>
		<description><![CDATA[Mysql&#8217;de verileri Türkçe tarih formatı şeklinde çekerek ekrana basmayı bir çoğumuz istemişizdir. Mysql&#8217;de tarih formatı varsayılan olarak &#8220;Yıl-Ay-Gün&#8221; olarak gelmektedir.
Şimdi bunu avantajları ve dezavantajları ile beraber nasıl kullanabiliceğimizi anlatmaya çalışacağız. Faydalanacağımız mysql fonksiyonu date_format() fonksiyonudur.
Fonksiyonun kullanımı :

date_format&#40;tarih,istenilen_format&#41;

ör:

SELECT date_format&#40;kayit_tarihi, '%d-%m-%Y'&#41;  AS yeni_tarih FROM kayitlar WHERE durum='4'

Yukarıdaki sorgu sonucunda gelen sonuç &#8220;2008-01-31&#8243; şeklindeki bir değer için [...]]]></description>
		<wfw:commentRss>http://www.lampforweb.com/index.php/mysql/mysqlde-turkce-tarih-formati/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
