Skip to main content
4 votes
1 answer
47 views

If I run the following code on a Linux server <?php declare(strict_types=1); error_reporting(-1); ini_set('display_errors', '1'); var_dump(Locale::acceptFromHttp('zh_Hant_TW')); echo "<br&...
Greenflash's user avatar
3 votes
0 answers
238 views

How would I get a list containing only and all canonical IANA time zone ids in javascript? While I fully intend to support all IANA time zone ids in my application, when users select a timezone, I ...
Augustine Calvino's user avatar
0 votes
3 answers
117 views

I have been testing PHP's mb_strtolower() and IntlChar::tolower() functions. By and large they give the same results, but I notice that they give different results for the Turkish dotted I 'İ': ...
Greenflash's user avatar
0 votes
1 answer
259 views

I've recently updated my iOS device to version 18.5, and I noticed an unexpected behavior with Intl.NumberFormat. Specifically, the thousands separator (".") is missing for values < ...
pumpkinzzz's user avatar
  • 2,985
0 votes
1 answer
51 views

C:\Users\xxx\fvm\versions\3.7.12-ohos-1.0.4\bin\flutter.bat --no-color pub global run intl_utils:generate intl_utils 2.8.8 doesn't support Dart 2.19.6. something went error,here is my code(pubspec....
zx l's user avatar
  • 1
0 votes
1 answer
928 views

I am attempting to install the latest version of MediaWiki (1.43), and I am using PHP version 8.4.3. The OS is Windows Server 2022 Datacenter. Here is the error I get from command-line: PHP Warning: ...
JBubz's user avatar
  • 1
1 vote
0 answers
151 views

I am working on a Flutter project following a clean code architecture, and I use ARB files for localization. I’d like to organize the translation files within each feature and component, but I’m ...
Iaggo Capitanio's user avatar
2 votes
0 answers
242 views

Environment: O.S.: macOS Sonoma 14.5 Xampp: 8.2.4-0 PHP Version: php --version PHP 8.2.4 (cli) (built: Apr 6 2023 04:12:41) (NTS) Copyright (c) The PHP Group Zend Engine v4.2.4, Copyright (c) Zend ...
Luca Santaniello's user avatar
3 votes
0 answers
48 views

I have a PHP (Symfony) project. This currently runs on fpm-alpine base, which all the files mounted in the /app dir. I'm making a complete image, Nginx+phpFpm + the project in one go. In the current ...
Martijn's user avatar
  • 16.2k
0 votes
1 answer
232 views

I'm storing all my dates as UTC in the database. But I want to display them in the users timezone. $mydate = new \DateTime('2024-08-07 12:00:00'); Displaying the dates in Twig with the date filter ...
viu-x's user avatar
  • 9
0 votes
2 answers
569 views

I'm trying to display the user input double (may be without decimal dot and that follows) number as a formatted value e.g. 123456789012.1234 as 12345,67,89,012.1234 using not the western numbering ...
rusty's user avatar
  • 1,231
0 votes
1 answer
46 views

How to format string only Time and compare it with the current Time. var openTime = '08:00'; var closeTime = '20:00'; var now = DateTime.now(); var formatterTime = DateFormat('kk:mm'); var time = ...
Jmocke's user avatar
  • 271
0 votes
1 answer
2k views

Because the app depends on form_builder_validators ^9.1.0 which depends on intl ^0.18.1, intl ^0.18.1 is required. So, because app depends on intl ^0.19.0, version solving failed. Android Studio ...
Du.y Lee's user avatar
3 votes
0 answers
1k views

I creating a Symfony 6 form: ->add('startAt', DateType::class, [ 'mapped' => false, 'required' => false, ]) I have an error, saying: Found unconstructed IntlDateFormatter I expecting ...
Alex George's user avatar
1 vote
0 answers
65 views

I am comparing the collation of Intl.Collator in the three browsers, Node and Postgres Collation and realized that the order of most implementations are very different. The only two implementations ...
Florat's user avatar
  • 340

15 30 50 per page
1
2 3 4 5
31