summaryrefslogtreecommitdiff
path: root/app/Date.php
AgeCommit message (Expand)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2025-11-21CodeStyle - strict typesGreg Roach1-2/+2
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2024-08-06Solution for #5011Franz Frese1-0/+3
2024-03-31PHP 8.2 - union typesGreg Roach1-1/+1
2024-03-21Implicit/explicit nullable types for PHP 8.4Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-11CodeStyle - use null coalesce operatorGreg Roach1-1/+1
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-20Create Timestamp class and factory to replace direct-dependency on CarbonGreg Roach1-8/+0
2022-02-06Strict typesGreg Roach1-2/+2
2022-02-01Extract calendar-date factory codeGreg Roach1-147/+6
2022-01-27Change signature of Date::display() to avoid having to use container as psued...Greg Roach1-13/+8
2021-10-29TypeHintsGreg Roach1-10/+10
2021-10-29CodeStyle - whitespaceGreg Roach1-1/+1
2021-08-23PHPdocGreg Roach1-2/+2
2021-08-17Fix: #1666 - mixed rtl/ltr in title attributesGreg Roach1-1/+1
2021-04-05Fix: #3829 - escape calendar URLsGreg Roach1-5/+5
2021-03-11Remove deprecated codeGreg Roach1-133/+0
2021-02-18CodeStyleGreg Roach1-3/+1
2021-02-04Code styleGreg Roach1-3/+3
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-05-11CodeStyleGreg Roach1-2/+2
2020-04-28Refactor agesGreg Roach1-2/+21
2019-12-16TypoGreg Roach1-1/+1
2019-10-17Fix: #2640 no global tree makes it hard to format datesGreg Roach1-3/+9
2019-10-17PSR12Greg Roach1-0/+1
2019-09-29PSR12Greg Roach1-0/+1
2019-03-08Logic errorGreg Roach1-2/+2
2019-03-08Strict types and code reviewGreg Roach1-1/+1
2019-03-07Code style and testingGreg Roach1-39/+31
2019-03-03Convert from Carbon (v1) to CarbonImmutable (v2)Greg Roach1-3/+2
2019-03-02Use app() shortcutGreg Roach1-1/+1
2019-03-02Tidy up initializationGreg Roach1-3/+2
2019-02-26Remove global constant CLIENT_JDGreg Roach1-2/+3
2019-02-10Working on iconsGreg Roach1-1/+1
2019-01-01Happy 2019Greg Roach1-1/+1
2018-12-01PHP 7.1: short-syntax for array destructuringGreg Roach1-1/+1
2018-11-03Fix: #2011 - missing 'ged' parameter in links to calendarGreg Roach1-5/+5
2018-10-09Fix: wrong class check in age calculationGreg Roach1-1/+1
2018-10-09Calendar dates are abstractGreg Roach1-31/+29
2018-10-08Prefer assertions to assumptionsGreg Roach1-2/+2
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach1-0/+2
2018-10-03PHP 7 has native integer divisionGreg Roach1-1/+1
2018-09-30Add accessors for CalendarDate min/max julian dayGreg Roach1-7/+3
2018-09-24Scrutinizer Auto-Fixes (#1929)Scrutinizer Auto-Fixer1-1/+1
2018-09-22Reduced if/else complexity, removed not require else conditions (#1866)Rico Sonntag1-11/+17
2018-09-22Simplify elseifGreg Roach1-9/+10
2018-09-21PHPdocGreg Roach1-7/+4