- Enable Edit Event into dialog form ... (and save to the db)
- Event: enabled drag and drop (date) - Q-Select components in every table field external: Where, Operators, etc... - CMyEditor: Add HTML Editor to the details field ! - Added button Color for change font color to the text. - Complete insert Events Site
This commit is contained in:
@@ -34,18 +34,17 @@ export const func_tools = {
|
||||
year: 'numeric'
|
||||
// timeZone: 'UTC'
|
||||
})
|
||||
if (DateFormatter) {
|
||||
const date1 = new Date(mydate)
|
||||
return DateFormatter.format(date1)
|
||||
try {
|
||||
console.log('mydate', mydate, DateFormatter)
|
||||
if (DateFormatter) {
|
||||
const date1 = new Date(mydate)
|
||||
return DateFormatter.format(date1)
|
||||
}
|
||||
return mydate
|
||||
}catch (e) {
|
||||
return ''
|
||||
}
|
||||
return mydate
|
||||
},
|
||||
|
||||
hasManyDays(mydatestart, mydateend) {
|
||||
if (mydateend)
|
||||
return this.getDateStr(mydatestart) !== this.getDateStr(mydateend)
|
||||
else
|
||||
return false
|
||||
},
|
||||
|
||||
getMinutesDuration(mydatestart, mydateend) {
|
||||
|
||||
Reference in New Issue
Block a user