<?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: Change format of displayed data in admin</title>
		<link>https://legacy.forums.gravityhelp.com/topic/change-format-of-displayed-data-in-admin</link>
		<description>Gravity Support Forums Topic: Change format of displayed data in admin</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 03:17:28 +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/change-format-of-displayed-data-in-admin" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Change format of displayed data in admin"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-format-of-displayed-data-in-admin#post-121886</link>
			<pubDate>Mon, 14 Jan 2013 20:57:00 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">121886@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There are a couple ways of doing it.  You could create a function and use the gform_pre_submission_filter to convert your date field to a format more compatible with your other application, then store that date in the entry and transfer that to your other application.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_pre_submission_filter&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_pre_submission_filter&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You could do it with the mask, although you could end up with invalid birth dates like 99242019 - I don't like that idea too much.&#60;/p&#62;
&#60;p&#62;There is also a way to store the data as you are now, in the entry, but modify it before it is  displayed in the admin.  &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_get_input_value&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_get_input_value&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_save_field_value&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_save_field_value&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Depending on when you are sending the data to the other application, this may or may not work for you.&#60;/p&#62;
&#60;p&#62;I think I would use gform_pre_submission_filter and just convert the data and store it in a hidden field, then send that to your other application.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>weevie833 on "Change format of displayed data in admin"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-format-of-displayed-data-in-admin#post-121618</link>
			<pubDate>Mon, 14 Jan 2013 12:27:49 +0000</pubDate>
			<dc:creator>weevie833</dc:creator>
			<guid isPermaLink="false">121618@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have been asked if it is possible to change the format for certain data to make it easier to transfer to another application from the entry admin display, such as birth date formatted MMDDYYYY without dashes or slashes. Which is the preferred method to do this?&#60;/p&#62;
&#60;p&#62;- Change the form field type from Date to just a single line text with a custom mask?&#60;br /&#62;
- Change the template that displays the data in an Entry&#60;/p&#62;
&#60;p&#62;thx - Steve
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
