-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adding setTimezone #843
base: master
Are you sure you want to change the base?
adding setTimezone #843
Conversation
This pull request is automatically being deployed by Amplify Hosting (learn more). |
learn/how-tos/setTimezone.md
Outdated
|
||
## Using setTimezone for Datetime widget | ||
|
||
1. Drag and drop a Datetime widget. [ learn more about Datetime](/learn/app-development/widgets/form-widgets/date-time-datetime/#datetime-properties) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test issue: no-space-in-links Spaces inside link text [Context: "[ learn more about Datetime]"]
learn/how-tos/setTimezone.md
Outdated
@@ -0,0 +1,63 @@ | |||
--- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change the filename to settimezone-function instead of setTimezone.
website/sidebars.json
Outdated
"label": "Date, Time and Datetime", | ||
"items": [ | ||
"app-development/widgets/form-widgets/date-time-datetime", | ||
"how-tos/timezone-date-datetime-time" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two new files are added, but the setTimezone document is not included in the sidebar. Please fix it.
``` | ||
![script_screenshot.png](/learn/assets/script_screenshot.png) | ||
|
||
## For Application Level |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test issue: header-start-left Headings must start at the beginning of the line [Context: " ## For Application Level"]
``` | ||
![script_screenshot.png](/learn/assets/script_screenshot.png) | ||
|
||
## For Application Level |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test error: heading-start-left/header-start-left Headings must start at the beginning of the line [Context: " ## For Application Level"]
removed spaces ## For Application Level
Added a how tos section for setting different timezone for Datetime, Date and Time widget.