eventi grafica
This commit is contained in:
@@ -3043,6 +3043,16 @@ export const tools = {
|
||||
if (mytimestamp) return date.formatDate(mytimestamp, 'DD/MM/YYYY')
|
||||
return ''
|
||||
},
|
||||
getstrMonth(mytimestamp: Date | number | string | undefined) {
|
||||
// console.log('getstrDate', mytimestamp)
|
||||
if (mytimestamp) return date.formatDate(mytimestamp, 'MMMM YYYY')
|
||||
return ''
|
||||
},
|
||||
|
||||
getstrDay(mytimestamp: Date | number | string | undefined) {
|
||||
if (mytimestamp) return date.formatDate(mytimestamp, 'D')
|
||||
return ''
|
||||
},
|
||||
|
||||
getstrDateYY(mytimestamp: Date | number | string | undefined) {
|
||||
// console.log('getstrDate', mytimestamp)
|
||||
|
||||
Reference in New Issue
Block a user