summaryrefslogtreecommitdiff
path: root/app/Date
AgeCommit message (Expand)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach9-9/+9
2025-01-16It's 2025. Update copyright date.Greg Roach9-9/+9
2024-11-22PHP 8.3 allows class constants to have type hintsGreg Roach9-21/+21
2024-03-31Update translationsHerzScheisse1-1/+1
2023-12-30CodeStyleGreg Roach1-1/+1
2023-01-25It's 2023Greg Roach9-9/+9
2023-01-25It's 2023Greg Roach9-9/+9
2022-11-30PHP 8.0 - catch() parameters are optionalGreg Roach1-1/+1
2022-11-27PHP 8.0 - Union typesGreg Roach1-1/+1
2022-04-04Fix: #4253 - chinese characters in inexact datesGreg Roach1-4/+4
2022-03-16It is 2022 - update copyright datesGreg Roach9-9/+9
2022-02-20Create Timestamp class and factory to replace direct-dependency on CarbonGreg Roach1-3/+3
2022-02-01Add tests for CalendarDateFactoryGreg Roach1-1/+1
2021-12-21Formatting of years in French Republican calendarGreg Roach1-1/+1
2021-12-16Remove unused importsGreg Roach1-2/+0
2021-11-21CodeStyleGreg Roach6-14/+103
2021-10-29TypeHintsGreg Roach2-14/+8
2021-10-29TypeHintsGreg Roach1-2/+1
2021-10-13Add missing type-hintsGreg Roach1-1/+1
2021-10-12PHPdocGreg Roach2-4/+4
2021-06-02Prefer https for links to documentationGreg Roach3-51/+51
2021-03-12Remove unused importsGreg Roach1-5/+0
2021-03-11Remove deprecated codeGreg Roach1-89/+0
2021-01-25Use https link in copyright headerGreg Roach9-18/+18
2020-12-31TypoGreg Roach1-1/+1
2020-12-31Ascending keys allow packed hashtable optimisationGreg Roach1-13/+9
2020-10-08TyposGreg Roach2-3/+3
2020-08-01Fix: %n and %t placeholders in date formatGreg Roach1-2/+2
2020-07-19Refactor calendar control into request handlersGreg Roach1-1/+2
2020-07-09Fix: #3399 - incomplete dates cause error (introduced in dec352c1)Greg Roach1-42/+76
2020-07-04Use new PHP functions - str_starts_with(), str_ends_with() and str_contains()Greg Roach1-67/+24
2020-06-03PHPdoc/CodeStyleGreg Roach7-7/+7
2020-04-28Refactor agesGreg Roach1-0/+11
2020-04-26CodeStyleGreg Roach1-1/+1
2019-11-16Fix: #2367 - formatting incomplete Chinese datesGreg Roach1-16/+26
2019-11-11Simplify access to current localeGreg Roach1-17/+3
2019-10-25Remove global constant WT_LOCALE and store LocaleInterface in the requestGreg Roach1-6/+13
2019-10-17PSR12Greg Roach9-0/+9
2019-10-10Working on routingGreg Roach1-1/+1
2019-09-29PSR12Greg Roach9-0/+9
2019-04-25Strict typesGreg Roach1-1/+1
2019-03-07Code style and testingGreg Roach3-25/+32
2019-03-06Remove dead codeGreg Roach1-8/+0
2019-03-03Convert from Carbon (v1) to CarbonImmutable (v2)Greg Roach1-2/+3
2019-02-10Working on iconsGreg Roach1-1/+1
2019-01-04Add visibility to constantsGreg Roach9-14/+14
2019-01-01Happy 2019Greg Roach9-9/+9
2018-12-20Remove unused importsGreg Roach1-1/+0
2018-12-08Move DebugBar code to middlewareGreg Roach1-4/+3
2018-12-01PHP 7.1: short-syntax for array destructuringGreg Roach1-7/+7