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