You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: client/packages/lowcoder/src/i18n/locales/en.ts
+2-2
Original file line number
Diff line number
Diff line change
@@ -1692,7 +1692,7 @@ export const en = {
1692
1692
preloadCSSApply: "Apply to the homepage of the workspace",
1693
1693
preloadLibsTitle: "JavaScript library",
1694
1694
preloadLibsHelp:
1695
-
"Set up preloaded JavaScript libraries for all applications in the current workspace, and the system has built-in lodash, moment, uuid, numbro for direct use. JavaScript libraries are loaded before the app is initialized, so there is a certain impact on app performance.",
1695
+
"Set up preloaded JavaScript libraries for all applications in the current workspace, and the system has built-in lodash, day.js, uuid, numbro for direct use. JavaScript libraries are loaded before the app is initialized, so there is a certain impact on app performance.",
1696
1696
preloadLibsEmpty: "No JavaScript libraries were added",
1697
1697
preloadLibsAddBtn: "Add a library",
1698
1698
saveSuccess: "Saved successfully",
@@ -1954,7 +1954,7 @@ export const en = {
1954
1954
},
1955
1955
preLoad: {
1956
1956
jsLibraryHelpText:
1957
-
"Add JavaScript libraries to your current application via URL addresses. lodash, moment, uuid, numbro are built into the system for immediate use. JavaScript libraries are loaded before the application is initialized, which can have an impact on application performance.",
1957
+
"Add JavaScript libraries to your current application via URL addresses. lodash, day.js, uuid, numbro are built into the system for immediate use. JavaScript libraries are loaded before the application is initialized, which can have an impact on application performance.",
1958
1958
exportedAs: "Exported as",
1959
1959
urlTooltip:
1960
1960
"URL address of the JavaScript library, [unpkg.com](https://unpkg.com/) or [jsdelivr.net](https://www.jsdelivr.com/) is recommended",
Copy file name to clipboardExpand all lines: docs/build-apps/write-javascript/transformers.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -24,13 +24,13 @@ In the following example, `transformer1` uses the data of star rating in `rating
24
24
25
25
### Transform timestamp
26
26
27
-
Use the `moment().format()` method to transform timestamp formats. The following example converts the timestamp value of `start_time` returned by `query1` to `YYYY-MM-DD` format.
27
+
Use the `dayjs().format()` method to transform timestamp formats. The following example converts the timestamp value of `start_time` returned by `query1` to `YYYY-MM-DD` format.
0 commit comments