<div dir="ltr">Hi,<div><br></div><div>Thanks! for notification.</div><div><br></div><div>We have raised a ticket for same here in <a href="http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/8525">trac</a>, will update fix soon.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Mar 30, 2015 at 3:55 PM, apcloic <span dir="ltr"><<a href="mailto:apcloic@gmail.com" target="_blank">apcloic@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Ok, so I've fixed it by adding the following condition in function<br>
insertIntoEntityTable on /modules/Users/Users.php<br>
<br>
Around line 876, after this condition :<br>
<br>
<code><br>
elseif($uitype == 33) {<br>
...<br>
}<br>
</code><br>
<br>
Add :<br>
<br>
<code><br>
                elseif($uitype == 5) {<br>
                     $fldvalue =<br>
getValidDBInsertDateValue($this->column_fields[$fieldname]);<br>
                }<br>
</code><br>
<br>
I don't know why uitype 5 (date fields) are not converted to valid database<br>
date format by default like for other modules.<br>
<br>
Regards,<br>
<br>
<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtiger-crm.2324883.n4.nabble.com/User-Module-Custom-date-field-problem-tp15649p15716.html" target="_blank">http://vtiger-crm.2324883.n4.nabble.com/User-Module-Custom-date-field-problem-tp15649p15716.html</a><br>
<div class="HOEnZb"><div class="h5">Sent from the vtigercrm-developers mailing list archive at Nabble.com.<br>
_______________________________________________<br>
<a href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">With<br>Best Regards<br>Uma.S<br><div>Vtiger Team</div></div></div>
</div>