Hello,<br><br>I prefer 24hr time. <br><br>By<br>Eric<br><br><div><span class="gmail_quote">2006/2/20, Mike Fedyk <<a href="mailto:mfedyk@mikefedyk.com">mfedyk@mikefedyk.com</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I'd like a vote for whether we should change the default time to am/pm<br>instead of 24hr time.<br><br>Preferably we should have it configurable, but I don't think we should<br>do that in this release with the little time remaining before release.
<br><br><a href="mailto:webmaster@vtiger.com">webmaster@vtiger.com</a> wrote:<br><br>>Hello !<br>><br>>philip has posted a new reply to "How to Clear Users History log?" in the "General Discussion" forum at vtiger. You can use the following link to view the replies made:
<br>><br>><a href="http://forums.vtiger.com/viewtopic.php?p=20761#20761">http://forums.vtiger.com/viewtopic.php?p=20761#20761</a><br>><br>>-----------------------------------------------<br>>Posted text:<br>
>Hi,<br>><br>>[b:97a9a01c21]1-How to clear the \"Users Login History\" log file? [/b:97a9a01c21]<br>><br>> Login to your mysql, go to vtigerdatabase (vtigercm4_2), trunckate / delete the records in the table \'loginhistory\'
<br>><br>>[b:97a9a01c21]2-How to change the Time Format from Military time to 12 hours? [/b:97a9a01c21]<br>><br>> Changing the Time Format to 12 hrs across the product, will not be possible but the output/display of data in 12 hours or AM/PM is possible to achieve this following changes has to be done.
<br>><br>> a) open the file include/utils.php and search for the string<br>><br>> $display_date = $display_date.\' \'.$date_value[1];<br>>replace the string with<br>> [i:97a9a01c21]$display_date = date(\"Y-m-d g:i:s A\",strtotime($display_date.\' \'.$date_value[1]));
<br>>[/i:97a9a01c21]<br>> again search for the string<br>>$custfld .= \'<td width=\"30%\" valign=\"top\" class=\"dataField\">\'.$displ_date.\'&nbsp;\'.$start_time.\'</td>\';
<br>>replace it with<br>> [i:97a9a01c21]$custfld .= \'<td width=\"30%\" valign=\"top\" class=\"dataField\">\'.date(\"Y-m-d g:i:s A\",strtotime($displ_date.\' \'.$start_time.\":00\")).\'</td>\';[/i:97a9a01c21]
<br>> [b:97a9a01c21]<br>>3-How to change the Standard Fields Labels? [/b:97a9a01c21]<br>><br>> To change the Field Label the repective module language file has to be modified.<br>> eg for Accounts modules, open the file module/Accounts/language/en_us.lang.php and replace the desired value defined in the array.
<br>><br>>Philip<br>>-----------------------------------------------<br>><br>>You are receiving this email because you are watching the topic, "How to Clear Users History log?" at vtiger. If you no longer wish to watch this topic you can either click the "Stop watching this topic link" found at the bottom of the topic above, or by clicking the following link:
<br>><br>><a href="http://forums.vtiger.com/viewtopic.php?t=5657&unwatch=topic">http://forums.vtiger.com/viewtopic.php?t=5657&unwatch=topic</a><br>><br>><br>><br>_______________________________________________
<br>This <a href="http://vtiger.com">vtiger.com</a> email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead!
<br><a href="http://zohowriter.com/?vt">http://zohowriter.com/?vt</a><br></blockquote></div><br>