diff --git a/user.php b/user.php index 152eb0f..61d448c 100644 --- a/user.php +++ b/user.php @@ -86,13 +86,15 @@ if(isset($_SESSION["uid"])){ // Time $time->settimestamp($current["q_date"]); - echo("

" . $time->format("y-m-d h:i:s") . "

"); + echo(''); + echo("

" . $time->format("Y-m-d h:i:s") . "

"); + echo("
"); if($current["answer"]){ echo("
"); echo("

" . $current["answer"] . "

"); $time->settimestamp($current["a_date"]); - echo("

" . $time->format("y-m-d h:i:s") . "

"); + echo("

" . $time->format("Y-m-d h:i:s") . "

"); echo("
"); } echo("\n\n");