date icon indicating copy to clipboard operation
date copied to clipboard

🗓 A library to help you work with dates in multiple languages, based on Carbon.

Results 6 date issues
Sort by recently updated
recently updated
newest added

## examples: week nr 23 wk 23 week №23 week # 23 W23 2022#23 first day 9 AM of 2022#23 week number 23 first day 9 AM of 2022 week...

Is it possible to include fr_CA to numbers in the following format: 12e ??

```PHP Date::setLocale('nl'); echo Date::now()->format('l j F Y H:i:s'); // zondag 28 april 2013 21:58:16 echo Date::parse('-1 day')->diffForHumans(); // 1 dag geleden //$date = new Date('2000-01-31', new DateTimeZone('Europe/Brussels')); exit(); ``` Fatal...

Hello, Not an issue. Right now i am adding a custom language file to the vendor folder and it works, That is until I have to composer install. So how...

Hi, sorry for my bad English. Into lang files "ru" and "uk" we have duplicate keys in 30 and 43 lines: 30: 'may' => 'май' 43: 'may' => '{0}май|{1}мая'. And...

Please undo the last commit of the file `lang/pl.php` In Polish language in dates the name of the month must be in Genitive case. Please refer to theseEnglish sources: http://www.mediawiki.org/wiki/Template:I18n_month...