- Griglia Orizzontale a Carosello
- Aggiornato Tabella Eventi - Lista Ultimi Movimenti - Ultime strette di mano - Ultimi Invitanti alla App
This commit is contained in:
@@ -310,6 +310,7 @@ export const costanti = {
|
||||
VISUTABLE_USER_TABGROUP: -4,
|
||||
VISUTABLE_USER_TABCIRCUIT: -5,
|
||||
VISUTABLE_GROUP_CIRCUIT: -6,
|
||||
VISUTABLE_GRID_ORIZ: -10,
|
||||
|
||||
DIR_UPLOAD: 'upload/',
|
||||
|
||||
|
||||
@@ -165,6 +165,7 @@ export const colmyelems = [
|
||||
AddCol({ name: 'parambool2', label_trans: 'myelems.parambool2', fieldtype: costanti.FieldType.boolean }),
|
||||
AddCol({ name: 'parambool3', label_trans: 'myelems.parambool3', fieldtype: costanti.FieldType.boolean }),
|
||||
AddCol({ name: 'number', label_trans: 'myelems.number', fieldtype: costanti.FieldType.number }),
|
||||
AddCol({ name: 'num2', label_trans: 'myelems.num2', fieldtype: costanti.FieldType.number }),
|
||||
AddCol({ name: 'imgback', label_trans: 'myelems.imgback' }),
|
||||
AddCol({ name: 'size', label_trans: 'myelems.size' }),
|
||||
AddCol({ name: 'ratio', label_trans: 'myelems.ratio' }),
|
||||
|
||||
@@ -3309,6 +3309,11 @@ export const tools = {
|
||||
if (mytimestamp) return date.formatDate(mytimestamp, 'DD/MM HH:mm')
|
||||
return ''
|
||||
},
|
||||
getstrDateTimeLong(mytimestamp: Date | number | string | undefined) {
|
||||
// console.log('getstrDate', mytimestamp)
|
||||
if (mytimestamp) return date.formatDate(mytimestamp, 'DD/MMM/YYYY HH:mm')
|
||||
return ''
|
||||
},
|
||||
|
||||
getstrDateMonthTimeShort(mytimestamp: Date | number | string | undefined) {
|
||||
// console.log('getstrDate', mytimestamp)
|
||||
|
||||
Reference in New Issue
Block a user