Update PHP date formats link

This commit is contained in:
Hillel Coren 2024-01-11 13:20:27 +02:00
parent f8198033bb
commit 078345d4a6
1 changed files with 2 additions and 2 deletions

View File

@ -561,8 +561,8 @@ class _EntityNumberSettingsState extends State<EntityNumberSettings> {
padding: const EdgeInsets.symmetric(vertical: 10), padding: const EdgeInsets.symmetric(vertical: 10),
child: Text(localization.viewDateFormats.toUpperCase()), child: Text(localization.viewDateFormats.toUpperCase()),
), ),
onPressed: () => launchUrl( onPressed: () => launchUrl(Uri.parse(
Uri.parse('https://www.php.net/manual/en/datetime.format.php')), 'https://www.php.net/manual/en/datetime.format.php#refsect1-datetime.format-parameters')),
), ),
), ),
HelpPanel( HelpPanel(