update creation date format

This commit is contained in:
Christian Heel 2023-08-17 20:36:31 +02:00
parent cfcfdf440d
commit 1951fd6657
No known key found for this signature in database
GPG Key ID: EDE6A7223C8896A5
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<extension type="component" version="4.0" method="upgrade">
<extension type="component" method="upgrade">
<name>com_patchtester</name>
<author>Joomla! Project</author>
<creationDate>03-August-2023</creationDate>
<creationDate>2023-08-03</creationDate>
<copyright>(C) 2011 - 2012 Ian MacLennan, (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later</license>
<authorEmail>admin@joomla.org</authorEmail>

View File

@ -77,7 +77,7 @@ $version = array(
'main' => $versionSubParts[0] . '.' . $versionSubParts[1],
'release' => $versionSubParts[0] . '.' . $versionSubParts[1] . '.' . $versionSubParts[2],
'dev_devel' => $versionSubParts[2] . (!empty($versionParts[1]) ? '-' . $versionParts[1] : '') . (!empty($versionParts[2]) ? '-' . $versionParts[2] : ''),
'credate' => date('d-F-Y'),
'credate' => date('Y-m-d'),
);
// Prints version information.