<?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: Is there a merge tag for time?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/is-there-a-merge-tag-for-time</link>
		<description>Gravity Support Forums Topic: Is there a merge tag for time?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 17:32:26 +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/is-there-a-merge-tag-for-time" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "Is there a merge tag for time?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/is-there-a-merge-tag-for-time#post-58420</link>
			<pubDate>Wed, 09 May 2012 15:17:56 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">58420@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;So, I just mocked up a quick thing that you may need to customize based on server settings, but here we go.&#60;/p&#62;
&#60;p&#62;First, I went into my functions.php file for my theme and added the following:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function timedisplay( $atts ){
 $timesubmitted = date(&#38;#39;H:i:s T&#38;#39;);
 return $timesubmitted;
}
add_shortcode( &#38;#39;timesubmit&#38;#39;, &#38;#39;timedisplay&#38;#39; );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This created a shortcode. I then added the following to my notifications:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[timesubmit]&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then when I submitted my form, the time came through. Of course for me it came through as UTC, which because of where I live is 4 hours before GMT. This is probably because my server isn't set to Eastern time which is fine for me, but you may need to customize it to show the time in your time zone.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thelonestardiva on "Is there a merge tag for time?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/is-there-a-merge-tag-for-time#post-58415</link>
			<pubDate>Wed, 09 May 2012 15:04:07 +0000</pubDate>
			<dc:creator>thelonestardiva</dc:creator>
			<guid isPermaLink="false">58415@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We see that the time and date is displayed on the actual entry form in the info box on the top right of the page, so that's good enough on that end, we just need to be able to have it in the email.&#60;/p&#62;
&#60;p&#62;I understand that the email is generated as soon as the form is submitted and we can go by the actual email time stamp, but my client has a strict 24-hour turnaround time to get back to anyone submitting to this form, so having it in the actual body of the notification email is pretty critical.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Is there a merge tag for time?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/is-there-a-merge-tag-for-time#post-58412</link>
			<pubDate>Wed, 09 May 2012 15:02:21 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">58412@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There doesn't seem to be a merge tag for time. Will you want to save the time submitted to the entry page as well, or is just having it in the notification e-mail good enough?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thelonestardiva on "Is there a merge tag for time?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/is-there-a-merge-tag-for-time#post-58407</link>
			<pubDate>Wed, 09 May 2012 14:51:22 +0000</pubDate>
			<dc:creator>thelonestardiva</dc:creator>
			<guid isPermaLink="false">58407@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;My client is wanting to receive an notification email with the following in the body:&#60;/p&#62;
&#60;p&#62;First Last&#60;/p&#62;
&#60;p&#62;Entry URL&#60;/p&#62;
&#60;p&#62;Date AND TIME Submitted&#60;/p&#62;
&#60;p&#62;So far the only one I can't find is time. Is there a &#34;secret&#34; code for that?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
