<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Date and Time in Date_row]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=7606</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7606&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Date and Time in Date_row.]]></description>
		<lastBuildDate>Mon, 09 Jul 2018 01:47:09 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Date and Time in Date_row]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=32145#p32145</link>
			<description><![CDATA[<p>Time functionalities are not programmed in existing FA. If you wish to use date and time picker you need to find a JavaScript or jQuery plugin to use and then you need to disable the FA date picker and use the new one. But you have to change some programs to maintain FA date formats into the new plugin formats.</p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Mon, 09 Jul 2018 01:47:09 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=32145#p32145</guid>
		</item>
		<item>
			<title><![CDATA[Re: Date and Time in Date_row]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=32134#p32134</link>
			<description><![CDATA[<p>My js is non-existent, I had a quick look at datepicker / time picker libraries (there&#039;s lots)... its not a simple mod. </p><p>What exactly do you want to achieve?</p>]]></description>
			<author><![CDATA[null@example.com (poncho1234)]]></author>
			<pubDate>Sat, 07 Jul 2018 16:00:25 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=32134#p32134</guid>
		</item>
		<item>
			<title><![CDATA[Re: Date and Time in Date_row]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=32132#p32132</link>
			<description><![CDATA[<p>Quite difficult for me to edit Javascript <img src="https://frontaccounting.com/punbb/img/smilies/sad.png" width="15" height="15" alt="sad" /></p>]]></description>
			<author><![CDATA[null@example.com (boxygen)]]></author>
			<pubDate>Sat, 07 Jul 2018 14:16:50 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=32132#p32132</guid>
		</item>
		<item>
			<title><![CDATA[Re: Date and Time in Date_row]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=32112#p32112</link>
			<description><![CDATA[<p>I would start here:- </p><p>File: \includes\ui\ui_view.inc<br /></p><div class="codebox"><pre><code>969: function get_js_date_picker()</code></pre></div><p>And<br />File: \includes\ui\ui_view.inc<br /></p><div class="codebox"><pre><code>1247:   function calendarDrawTable() {</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (poncho1234)]]></author>
			<pubDate>Fri, 06 Jul 2018 03:37:44 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=32112#p32112</guid>
		</item>
		<item>
			<title><![CDATA[Re: Date and Time in Date_row]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=32111#p32111</link>
			<description><![CDATA[<p>Yes, I want to input time manually. What could be the changes?</p>]]></description>
			<author><![CDATA[null@example.com (boxygen)]]></author>
			<pubDate>Fri, 06 Jul 2018 02:30:20 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=32111#p32111</guid>
		</item>
		<item>
			<title><![CDATA[Re: Date and Time in Date_row]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=32110#p32110</link>
			<description><![CDATA[<p>I may have led you astray a little - sorry</p><p>Something like -<br /></p><div class="codebox"><pre><code>datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP</code></pre></div><p>Should give the time when you select the date from the datepicker</p><br /><p>But do you want to input the time manually? I believe you will still need datetime but also changes to core</p>]]></description>
			<author><![CDATA[null@example.com (poncho1234)]]></author>
			<pubDate>Fri, 06 Jul 2018 00:27:54 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=32110#p32110</guid>
		</item>
		<item>
			<title><![CDATA[Re: Date and Time in Date_row]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=32109#p32109</link>
			<description><![CDATA[<p>I tried changing the datatype of the field from date -&gt; datetime in mysql. It gives me two options (ON UPDATE) AND (CURRENT TIMESTAMP). I tried both cases</p><p>After changing this data type the behaviour of FA remains unchanged while the value being stored at database is like this <br /><strong>2018-07-04 00:00:00</strong></p><p>No input is taken from FA for the Time.</p>]]></description>
			<author><![CDATA[null@example.com (boxygen)]]></author>
			<pubDate>Thu, 05 Jul 2018 23:40:42 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=32109#p32109</guid>
		</item>
		<item>
			<title><![CDATA[Re: Date and Time in Date_row]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=32103#p32103</link>
			<description><![CDATA[<p>What happens if you change the data type from &#039;date&#039; to &#039;datetime&#039; or &#039;timestamp&#039;? <a href="https://dev.mysql.com/doc/refman/5.5/en/datetime.html">MySQL</a><br />Not sure how FA will read stored value though???</p>]]></description>
			<author><![CDATA[null@example.com (poncho1234)]]></author>
			<pubDate>Thu, 05 Jul 2018 17:41:34 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=32103#p32103</guid>
		</item>
		<item>
			<title><![CDATA[Date and Time in Date_row]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=32102#p32102</link>
			<description><![CDATA[<p>Using Date_row function with date picker can we input both Date and Time?</p>]]></description>
			<author><![CDATA[null@example.com (boxygen)]]></author>
			<pubDate>Thu, 05 Jul 2018 17:20:14 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=32102#p32102</guid>
		</item>
	</channel>
</rss>
