We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1ad0b4 commit 3fa7d70Copy full SHA for 3fa7d70
core/src/Core.php
@@ -20,7 +20,6 @@
20
use Illuminate\Support\Facades\Cache;
21
use Illuminate\Support\Facades\Route;
22
use Illuminate\Support\Str;
23
-use IntlDateFormatter;
24
use PHPMailer\PHPMailer\Exception;
25
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
26
use Symfony\Component\Routing\Exception\MethodNotAllowedException;
manager/views/page/2.blade.php
@@ -383,7 +383,7 @@
383
</tr>
384
<tr>
385
<td>[%yourinfo_previous_login%]</td>
386
- <td><b>[[$_SESSION[\'mgrLastlogin\']:math(\'%s+[(server_offset_time)]\'):dateFormat]]</b></td>
+ <td><b>'.evo()->toDateFormat($_SESSION['mgrLastlogin']).'</b></td>
387
388
389
<td>[%yourinfo_total_logins%]</td>
0 commit comments