This commit is contained in:
@@ -782,6 +782,9 @@ function buildRecords(listData, columndefinitions) {
|
||||
timeZoneName,
|
||||
languageName
|
||||
);
|
||||
if (!window.$gz.locale.dateIsPast(column.v)) {
|
||||
cstStyle = { "font-weight": "bold" }; //warning, don't put a semicolon after the style or it will not work
|
||||
}
|
||||
break;
|
||||
case 3: //time only
|
||||
display = window.$gz.locale.utcDateToShortTimeLocalized(
|
||||
|
||||
Reference in New Issue
Block a user