mirror of
https://github.com/vrana/adminer.git
synced 2025-08-13 10:04:07 +02:00
Date localization
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@917 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -1 +1,4 @@
|
||||
<?php
|
||||
function conversion_date($match) {
|
||||
return ($match["p1"] ? $match["p1"] : ($match["p2"] < 70 ? 20 : 19) . $match["p2"]) . "-$match[p3]$match[p4]-$match[p5]$match[p6]";
|
||||
}
|
||||
|
Reference in New Issue
Block a user