<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc = "http://purl.org/dc/elements/1.1/" xmlns="http://purl.org/rss/1.0/">
	<channel rdf:about="http://livedocs.adobe.com/">
	<title>LiveDocs Comments - coldfusion - 6.1 - htmldocs - functi59.htm</title>	
		<link>http://livedocs.adobe.com/</link>
		<description>Macromedia LiveDocs - online documentation with user feedback.</description>
		<copyright>Copyright 2009, Macromedia, Inc.</copyright>
		<dc:date>2009-11-25T11:09:58</dc:date>
		<dc:language>en-us</dc:language>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/functi59.htm#27368" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/functi59.htm#22828" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/functi59.htm#20431" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/functi59.htm#18871" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/functi59.htm#14255" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/functi59.htm#14249" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/functi59.htm#8584" />
			</rdf:Seq>
		</items>
	</channel>
	
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/functi59.htm#27368">
		<title>coldfusion/6.1/htmldocs/functi59.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/functi59.htm#27368</link>
		<description>This works great for me:&lt;br /&gt;&lt;br /&gt;&lt;CFSET CacheDate = DateFormat(Now(),&quot;mm/dd/yyyy&quot;) &amp; TimeFormat(Now(),&quot; hh:mm tt&quot;)&gt;</description>
		<dc:creator>charles1129</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-02-03T06:20:07</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/functi59.htm#22828">
		<title>coldfusion/6.1/htmldocs/functi59.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/functi59.htm#22828</link>
		<description>This seems to work for me:&lt;br /&gt;&lt;br /&gt;		&lt;cfset dtSubmitted		=		DateFormat(now(), &quot;yyyy/mm/dd&quot;)&gt;&lt;br /&gt;		&lt;cfset tmCurrent		=		timeFormat(now(), &quot;hh:mm&quot;)&gt;&lt;br /&gt;		&lt;cfset dttmCurrent		=		dtSubmitted		&amp;	&quot;:&quot;	&amp;	tmCurrent&gt;</description>
		<dc:creator>jasenm</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-10-22T18:37:13</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/functi59.htm#20431">
		<title>coldfusion/6.1/htmldocs/functi59.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/functi59.htm#20431</link>
		<description>How can the DateFormat() and TimeFormat() functions be used together for the same variable?</description>
		<dc:creator></dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-08-24T06:38:24</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/functi59.htm#18871">
		<title>coldfusion/6.1/htmldocs/functi59.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/functi59.htm#18871</link>
		<description>The dateformat() docs are inaccurate.&lt;br /&gt;&lt;br /&gt;The following does in fact return a leading zero for years less than 10.&lt;br /&gt;&lt;br /&gt;DateFormat(Now(),&quot;ymmdd&quot;)&lt;br /&gt;&lt;br /&gt;The docs say:&lt;br /&gt;y: Year as last two digits; no leading zero for years less than 10.&lt;br /&gt;&lt;br /&gt;However, running the code snippet above still produces the leading zero.</description>
		<dc:creator>clomvardias</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-07-21T11:33:24</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/functi59.htm#14255">
		<title>coldfusion/6.1/htmldocs/functi59.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/functi59.htm#14255</link>
		<description>O'Reilly is incorrect. DateFormat always interprets mm as month. TimeFormat always interprets mm as minutes.</description>
		<dc:creator>halL</dc:creator>
		<dc:type>1 1</dc:type>
		<dc:date>2004-05-10T11:08:48</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/functi59.htm#14249">
		<title>coldfusion/6.1/htmldocs/functi59.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/functi59.htm#14249</link>
		<description>I read in the O'Reilly text that 6.1 supported the following mixed date and time format:&lt;br /&gt;#DateFormat(TheDate, 'mm/dd/yyyy hh:mm:ss')#&lt;br /&gt;&lt;br /&gt;It does not appear to treat the time portion correctly, returning instead the hh:mm as date/month values.</description>
		<dc:creator></dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-05-10T10:49:05</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/functi59.htm#8584">
		<title>coldfusion/6.1/htmldocs/functi59.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/functi59.htm#8584</link>
		<description>Recommend removing the follow section of the doc since if is for CF 5 and the web site mentioned no longer exists:&lt;br /&gt;&lt;br /&gt;&quot;For more information and examples, see TechNote 22183, &quot;ColdFusion Server (5 and 4.5.x) with Oracle: Formatting Date and Time Query Results,&quot; on our website at www.coldfusion.com/Support/KnowledgeBase/SearchForm.cfm.&quot;</description>
		<dc:creator>lbryngel</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-02-20T08:26:30</dc:date>
	</item>
	</rdf:RDF>

