-
```
I'm constructing a timeline in which all the events simply correspond to a
year, not a date and time. It would be great if my pop-ups could just
display the year of the event, rather than every ev…
-
```
I'm constructing a timeline in which all the events simply correspond to a
year, not a date and time. It would be great if my pop-ups could just
display the year of the event, rather than every ev…
-
We use `diff()` to calculate the current age of people according to their date of birth. For someone who is born on February 29th at a leap-year, this calculation seems to be broken since version 1.8.…
-
Hi EAL team !
Here is a common issue: what would be best practices to describe dateTimeFormat stored in multiple columns of a dataset? e.g. 1st column "YEAR", 2nd column "MONTH" and 3rd column "DA…
-
Thanks for this great project.
Currently I am able to extract the dates, but for only year i.e for eample "In year 2011 the incident happened." The program retrieves "2011-01-01 00:00:00+00".
But …
-
**Issue/Actual behaviour:**
When creating repetitive bills with _Repeat until_ set to _no limitation_, thousands of bills are in advanced created - up to the year 12491!
![Screenshot 2023-03-09 at 1…
-
If firstDay parameter is changed with a state change, the displayed calendar changes to something that is incorrect and behavior becomes erratic.
A simple code which starts with
```
int firstY…
-
I am no sure this is a bug or what is the correct behavior, but I was expecting 28th of February more than 1st of March.
```
$date = new Zend_Date('2016-02-29', 'yyyy-MM-dd');
$date->sub(1, Zend_Date…
-
I didn't find a way to create business hours for seasonal businesses. For example summer pub is opened every year **from 1st of April to last of September**. Maybe, I missed something and it's already…
-
We use diff() to calculate the current age of people according to their date of birth. For someone who is born on February 29th at a leap-year, this calculation seems to be broken After this change h…