UNPKG

@xuda.io/xuda-ui-plugin-jewish-date

Version:

The Jewish Date Xuda Plugin integrates Hebrew calendar functionality into Xuda.io, enabling seamless conversion between Gregorian and Jewish dates. Display dates in English or Hebrew, with optional dual-calendar support, localization, and custom date inpu

50 lines (34 loc) 2.3 kB
# Xuda Jewish Date Plugin The **Xuda Jewish Date Plugin** provides seamless integration of Jewish calendar functionality into [Xuda.io](https://xuda.io). Convert between Gregorian and Jewish dates, display dates in English or Hebrew, and optionally include Gregorian dates. Perfect for applications requiring localized date displays. --- ## Features - **Jewish Date Conversion**: Effortlessly convert Gregorian dates to Jewish calendar dates. - **Dual Calendar Support**: Optionally display Jewish and Gregorian dates side-by-side. - **Localization**: Show Jewish dates in English or Hebrew. - **Custom Dates**: Accept custom Gregorian dates for conversion and display. - **Xuda Compatibility**: Works seamlessly with [Xuda.io](https://xuda.io) properties and UI components. --- ## Installation in Xuda Platform 1. Log in to your project on [Xuda.io](https://xuda.io). 2. Navigate to the **Plugins** tab in the project node. 3. Find the **Xuda Jewish Date Plugin**. 4. Install the plugin by toggling the activation button. --- ## Usage in Xuda Studio 1. Open **Xuda Studio** on [Xuda.io](https://xuda.io). 2. Select a UI component where the Jewish date should be displayed. 3. Scroll down in the **Properties Pane** to locate the plugin options. 4. Activate the **Xuda Jewish Date Plugin** and configure its settings. ### Example Configuration in Xuda Studio | Property | Value | | ------------------------------- | ------------ | | `jewish_date_include_gregorian` | `true` | | `jewish_date_display_in_hebrew` | `true` | | `jewish_date_custom_date` | `2024-12-01` | --- ## Plugin Properties | Property | Type | Description | Default Value | | ------------------------------- | --------- | --------------------------------------------------------------- | ------------- | | `jewish_date_include_gregorian` | `boolean` | Show the Gregorian date alongside the Jewish date. | `false` | | `jewish_date_display_in_hebrew` | `boolean` | Display the Jewish date in Hebrew or English. | `false` | | `jewish_date_custom_date` | `string` | Provide a custom Gregorian date (in ISO format) for conversion. | Current date |