<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Date and Time in Date_row]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7606&amp;type=atom" />
	<updated>2018-07-09T01:47:09Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=7606</id>
		<entry>
			<title type="html"><![CDATA[Re: Date and Time in Date_row]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32145#p32145" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[kvvaradha]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19348</uri>
			</author>
			<updated>2018-07-09T01:47:09Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32145#p32145</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Date and Time in Date_row]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32134#p32134" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[poncho1234]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19944</uri>
			</author>
			<updated>2018-07-07T16:00:25Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32134#p32134</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Date and Time in Date_row]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32132#p32132" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[boxygen]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20175</uri>
			</author>
			<updated>2018-07-07T14:16:50Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32132#p32132</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Date and Time in Date_row]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32112#p32112" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[poncho1234]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19944</uri>
			</author>
			<updated>2018-07-06T03:37:44Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32112#p32112</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Date and Time in Date_row]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32111#p32111" />
			<content type="html"><![CDATA[<p>Yes, I want to input time manually. What could be the changes?</p>]]></content>
			<author>
				<name><![CDATA[boxygen]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20175</uri>
			</author>
			<updated>2018-07-06T02:30:20Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32111#p32111</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Date and Time in Date_row]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32110#p32110" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[poncho1234]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19944</uri>
			</author>
			<updated>2018-07-06T00:27:54Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32110#p32110</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Date and Time in Date_row]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32109#p32109" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[boxygen]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20175</uri>
			</author>
			<updated>2018-07-05T23:40:42Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32109#p32109</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Date and Time in Date_row]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32103#p32103" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[poncho1234]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19944</uri>
			</author>
			<updated>2018-07-05T17:41:34Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32103#p32103</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Date and Time in Date_row]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32102#p32102" />
			<content type="html"><![CDATA[<p>Using Date_row function with date picker can we input both Date and Time?</p>]]></content>
			<author>
				<name><![CDATA[boxygen]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20175</uri>
			</author>
			<updated>2018-07-05T17:20:14Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32102#p32102</id>
		</entry>
</feed>
