<?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>The FileMaker Collective &#187; timestamps</title>
	<atom:link href="http://fmcollective.com/category/timestamps/feed/" rel="self" type="application/rss+xml" />
	<link>http://fmcollective.com</link>
	<description>Syndicating the best FileMaker blogs</description>
	<lastBuildDate>Sun, 05 Sep 2010 17:31:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Formatting FileMaker TimeStamp Values with PHP</title>
		<link>http://filemakeraddict.blogspot.com/2009/07/formatting-filemaker-timestamp-values.html</link>
		<comments>http://filemakeraddict.blogspot.com/2009/07/formatting-filemaker-timestamp-values.html#comments</comments>
		<pubDate>Fri, 31 Jul 2009 03:43:00 +0000</pubDate>
		<dc:creator>Tim Dietrich</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Syndicated]]></category>
		<category><![CDATA[timestamps]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-19013546.post-5834177387028231083</guid>
		<description><![CDATA[Have you ever needed to display a FileMaker TimeStamp field value in a PHP solution? If so, you might have run into problems with making the value format nicely.For example, suppose that you have a timestamp field named "DateTime_Created" with a value of "7/30/2009 9:18:29 PM." If you simply echo the value using PHP code such as...echo $response-&#62;getField("DateTime_Created");... then the output ]]></description>
			<content:encoded><![CDATA[Have you ever needed to display a FileMaker TimeStamp field value in a PHP solution? If so, you might have run into problems with making the value format nicely.For example, suppose that you have a timestamp field named "DateTime_Created" with a value of "7/30/2009 9:18:29 PM." If you simply echo the value using PHP code such as...echo $response->getField("DateTime_Created");... then the output ]]></content:encoded>
			<wfw:commentRss>http://filemakeraddict.blogspot.com/2009/07/formatting-filemaker-timestamp-values.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting FileMaker TimeStamp Fields from PHP</title>
		<link>http://filemakeraddict.blogspot.com/2009/07/setting-filemaker-timestamp-fields-from.html</link>
		<comments>http://filemakeraddict.blogspot.com/2009/07/setting-filemaker-timestamp-fields-from.html#comments</comments>
		<pubDate>Thu, 30 Jul 2009 21:22:00 +0000</pubDate>
		<dc:creator>Tim Dietrich</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Syndicated]]></category>
		<category><![CDATA[timestamps]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-19013546.post-8340417478136465572</guid>
		<description><![CDATA[Want to update a FileMaker Timestamp field with the the current date/time via a PHP solution?Use the PHP date function and format it using something like this: date("m/d/Y h:i:s A")For example, suppose that you want to update a "Last_Login" field when a user logs in. Your code might look something like this:$user_update_request = $fm-&#62;newEditCommand('PHP_Users', $user-&#62;getRecordID());$]]></description>
			<content:encoded><![CDATA[Want to update a FileMaker Timestamp field with the the current date/time via a PHP solution?Use the PHP date function and format it using something like this: date("m/d/Y h:i:s A")For example, suppose that you want to update a "Last_Login" field when a user logs in. Your code might look something like this:$user_update_request = $fm->newEditCommand('PHP_Users', $user->getRecordID());$]]></content:encoded>
			<wfw:commentRss>http://filemakeraddict.blogspot.com/2009/07/setting-filemaker-timestamp-fields-from.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
