https://github.com/dshanske/jewish-time
Hebrew/Jewish Date/Time Enhancements for WordPress
https://github.com/dshanske/jewish-time
Last synced: 3 months ago
JSON representation
Hebrew/Jewish Date/Time Enhancements for WordPress
- Host: GitHub
- URL: https://github.com/dshanske/jewish-time
- Owner: dshanske
- License: gpl-2.0
- Created: 2022-07-03T19:10:36.000Z (almost 3 years ago)
- Default Branch: trunk
- Last Pushed: 2022-07-18T04:51:30.000Z (almost 3 years ago)
- Last Synced: 2025-01-13T04:18:20.429Z (5 months ago)
- Language: PHP
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
- License: LICENSE
Awesome Lists containing this project
README
=== Jewish Time ===
Contributors: dshanske
Tags: time, archive, date, hebrew, jewish
Stable tag: trunk
Requires at least: 4.9.9
Requires PHP: 5.6
Tested up to: 6.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.htmlA Collection of Enhancements to for Hebrew/Jewish Date and Time Handling
== Description ==
There are other date and time themed plugins for WordPress that handle the Hebrew calendar. But they vary in function and focus.
1. Offers a conversion class to handle to/from Hebrew dating, including functionality to generate output based on standard date formatting strings.
2. Introduce the ?jthdate=1 query variable which changes the display to Hebrew Dates and allows for year date and month to be Hebrew dating.== Installation ==
Install and activate.
== Privacy and Data Storage Notice ==
This plugin stores no private data.
== Frequently Asked Questions ==
== Credits ==
1. Credit to [Jewish Calendar Calculation in PHP](https://www.david-greve.de/luach-code/jewish-php.html). I did not use the code, but I did start with the algorithms here.
1. Credit to Ari Miller's PHP Extension for [Jewish Dates and Zmanim](https://github.com/zmanim/zman) specifically for providing the Hebrew strings for various items and some unit test ideas. I considered using the entire library
but it did not fit exactly what I needed.== Changelog ==
= Version 1.0 (xxxx-xx-xx) =
* Initial Release