[Vtigercrm-commits] [Vtiger development] #8595: Date Format dd.mm.yyyy
Vtiger development
vtiger-tickets at trac.vtiger.com
Mon Jul 6 15:36:23 GMT 2015
#8595: Date Format dd.mm.yyyy
-----------------------+------------------------------------
Reporter: allitsk | Owner: developer
Type: patch | Status: new
Priority: minor | Milestone: Unassigned
Component: vtigercrm | Version: 6.3.0
Severity: Medium | Keywords: dateformat, dd.mm.yyyy
-----------------------+------------------------------------
Hello,
in Europe in many countries we use different Dato Format in format
dd.mm.yyyy, and thanks to Stefan Warnat
(https://support.stefanwarnat.de/en:modifications:german-dateformat) there
is a solution how to add it. I will attach diff file here and the small DB
change is:
INSERT INTO `vtiger_date_format`
(`date_formatid`, `date_format`, `sortorderid`, `presence`)
VALUES
(4, 'dd.mm.yyyy', 0, 1);
Also the sequence table could be updated.
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/8595>
Vtiger development <http://trac.vtiger.com/>
Vtiger CRM
More information about the vtigercrm-commits
mailing list