main
branch. Before starting your work make sure it's up to date with current main
branch.main
branch containing issue number and issue title.If you can't handle some parts of the issue then please ask for help in the comment. If you have any problems during the implementation of some complex issue, feel free to implement just a part of it.
Always define the type of issue:
While writing issues, please be as specific as possible. All requests regarding support with implementation or application setup should be sent to.
If you have any questions or ideas feel free to join our Discord channel
DXP Components is completely free and released under the Apache v2.0 License. Check LICENSE for more details.
TimeZoneSwitcher provides support to select the timeZone for the application. The component uses luxon for managing the dateTime.
<DxpTimeZoneSwitcher />
You can pass a specific token string in the dateTimeFormat
to display the timeZone as per the app. For the possible values of dateTimeFormat, check here.
<DxpTimeZoneSwitcher dateTimeFormat="TTT" />
No slots are available for this component.
Name | Description | Default Value |
---|---|---|
showBrowserTimeZone | When true displays the timeZone of the browser in the timeZone selector |
true |
showDateTime | When true will display the current dateTime as per the timeZone option in the format provided in dateTimeFormat |
true |
dateTimeFormat | Pass the specific format in which you want to display the dateTime for the timeZone options. Honored only when showDateTime is true . |
t ZZZZ |
No methods are available for this component
Name | Description |
---|---|
timeZoneUpdated | Emitted when timeZone is changed |