+{"applicationInfo":{"name":"DayJs with Plugin","createAt":1706292835668,"createBy":"644458f6986d673dd61d22d1","applicationId":"65b3f6635ad33e16b574aef3","applicationType":1},"applicationDSL":{"ui":{"layout":{"138d6a80":{"i":"138d6a80","h":42,"w":6,"x":17,"y":20}},"items":{"138d6a80":{"compType":"text","comp":{"text":"### 👋 Hello, \n\nQuarter: {{dayjs().format('Q')}}\n\nDay of Month with ordinal: {{dayjs().format('Do')}}\n\nWeek of year: {{dayjs().format('w')}}\n\n{{dayjs('2013-11-18 11:55').tz('Asia/Taipei')}}\n","autoHeight":"fixed","type":"markdown","horizontalAlignment":"left","verticalAlignment":"center","margin":{"left":"","right":"","top":"","bottom":""},"padding":{"left":"","right":"","top":"","bottom":""}},"name":"text1"}}},"queries":[{"compType":"js","comp":{"script":"window.dayjs.extend(window.dayjs_plugin_utc);\nwindow.dayjs.extend(window.dayjs_plugin_timezone);\n\nconst timestamp = \"2014-06-01 12:00\"\nconst atz = \"America/New_York\"\n\nconst dayjsLocal = dayjs(timestamp); //assumes UTC\nreturn dayjsLocal.tz(atz);"},"id":"8hb2ienap0atly1uonka7elc","name":"query1","order":1706301246853,"datasourceId":"","triggerType":"automatic","onEvent":[],"notification":{"showSuccess":true,"showFail":true,"fail":[{}]},"timeout":"","confirmationModal":{},"periodic":false,"periodicTime":"","cancelPrevious":false}],"refTree":{"value":"","items":[{"value":"query1"}]},"hooks":[{"compType":"urlParams","comp":{},"name":"url"},{"compType":"dayJsLib","comp":{},"name":"dayjs"},{"compType":"lodashJsLib","comp":{},"name":"_"},{"compType":"utils","comp":{},"name":"utils"},{"compType":"message","comp":{},"name":"message"},{"compType":"localStorage","comp":{},"name":"localStorage"},{"compType":"currentUser","comp":{},"name":"currentUser"},{"compType":"screenInfo","comp":{},"name":"screenInfo"},{"compType":"theme","comp":{},"name":"theme"}],"settings":{"maxWidth":{"dropdown":"1920","input":0},"themeId":"default"},"preload":{"libs":["https://cdnjs.cloudflare.com/ajax/libs/dayjs/1.11.10/plugin/advancedFormat.min.js","https://cdnjs.cloudflare.com/ajax/libs/dayjs/1.11.10/plugin/utc.min.js","https://cdnjs.cloudflare.com/ajax/libs/dayjs/1.11.10/plugin/timezone.min.js"],"script":"var advancedFormat = require('dayjs/plugin/advancedFormat');\nvar utc = require('dayjs/plugin/utc');\nvar tz = require('dayjs/plugin/timezone');\nwindow.dayjs.extend(window.dayjs_plugin_utc);\nwindow.dayjs.extend(window.dayjs_plugin_timezone);\nwindow.dayjs.extend(window.dayjs_plugin_advancedFormat);","css":""}}}
0 commit comments