BUG 8106 Adjustment on data fields of Skins List.
This commit is contained in:
@@ -256,11 +256,13 @@ function _DF(DATE_TIME, D_FORMAT)
|
|||||||
{
|
{
|
||||||
function LZ(x){return(x<0||x>9?"":"0")+x;}
|
function LZ(x){return(x<0||x>9?"":"0")+x;}
|
||||||
|
|
||||||
if (typeof FORMATS != 'undefined') {
|
if(typeof D_FORMAT == 'undefined'){
|
||||||
D_FORMAT = FORMATS.dateFormat;
|
if (typeof FORMATS != 'undefined') {
|
||||||
}
|
D_FORMAT = FORMATS.dateFormat;
|
||||||
else {
|
}
|
||||||
D_FORMAT = 'm/d/Y';
|
else {
|
||||||
|
D_FORMAT = 'm/d/Y';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!(DATE_TIME != '')) {
|
if (!(DATE_TIME != '')) {
|
||||||
|
|||||||
@@ -360,7 +360,7 @@ Ext.onReady(function(){
|
|||||||
|
|
||||||
//Function format dates
|
//Function format dates
|
||||||
showdate = function (value){
|
showdate = function (value){
|
||||||
return _DF(value);
|
return _DF(value, 'Y-m-d');
|
||||||
};
|
};
|
||||||
|
|
||||||
//Funtion Handles Context Menu Opening
|
//Funtion Handles Context Menu Opening
|
||||||
|
|||||||
Reference in New Issue
Block a user