<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: Entry Date Modified</title>
		<link>https://legacy.forums.gravityhelp.com/topic/entry-date-modified</link>
		<description>Gravity Support Forums Topic: Entry Date Modified</description>
		<language>en-US</language>
		<pubDate>Thu, 30 Apr 2026 11:52:44 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/entry-date-modified" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Entry Date Modified"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/entry-date-modified#post-360144</link>
			<pubDate>Wed, 03 Jul 2013 14:22:04 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">360144@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;handling via priority support
&#60;/p&#62;</description>
		</item>
		<item>
			<title>espo_74 on "Entry Date Modified"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/entry-date-modified#post-360089</link>
			<pubDate>Wed, 03 Jul 2013 13:52:24 +0000</pubDate>
			<dc:creator>espo_74</dc:creator>
			<guid isPermaLink="false">360089@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Actually--this isn't quite doing what I was hoping. this completely Replaces the field with the date/time. I would like to just INSERT the date/time into that field....
&#60;/p&#62;</description>
		</item>
		<item>
			<title>espo_74 on "Entry Date Modified"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/entry-date-modified#post-360067</link>
			<pubDate>Wed, 03 Jul 2013 13:41:03 +0000</pubDate>
			<dc:creator>espo_74</dc:creator>
			<guid isPermaLink="false">360067@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Probably a better way to do this, but...&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;quot;gform_field_input&#38;quot;, &#38;quot;update_entry_date&#38;quot;, 10, 5);
function update_entry_date($input, $field, $value, $lead_id, $form_id)
{
      //because this will fire for every form/field, only do it when it is the specific form and field

date_default_timezone_set(&#38;quot;America/Detroit&#38;quot;);

	if ($form_id == 12 &#38;amp;&#38;amp; $field[&#38;quot;id&#38;quot;] == 8)
	{
		$input = date(&#38;quot;m-d-y G:m&#38;quot;);

	}
       return $input;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>espo_74 on "Entry Date Modified"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/entry-date-modified#post-359896</link>
			<pubDate>Wed, 03 Jul 2013 12:30:40 +0000</pubDate>
			<dc:creator>espo_74</dc:creator>
			<guid isPermaLink="false">359896@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have searched for this but cannot locate an answer.&#60;br /&#62;
using: after_update_entry (or any other method)   is there a way to either include in the notes or in a field the date an entry was modified on the admin side?&#60;/p&#62;
&#60;p&#62;I am not looking to modify/change the date submitted, just to add a date/timestamp for when a user updates an existent entry.&#60;/p&#62;
&#60;p&#62;I have been searching and experimenting and researching but am coming up short...
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
