Update PHP date formats link
This commit is contained in:
parent
f8198033bb
commit
078345d4a6
|
|
@ -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(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue