BUG 8106 Adjustment on data fields of Skins List.

This commit is contained in:
Hector Cortez
2011-11-30 11:34:58 -04:00
parent e469b9dd79
commit ab56e044a5
2 changed files with 8 additions and 6 deletions

View File

@@ -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