如果当前日期和时间,则回显一些文本。时间不仅仅是日期和时间时间存储在Mysql中

时间:2017-09-24 11:19:03

标签: php mysql

如果当前时间echo超过PHP

中存储的时间,我正试着IST Mysql 中的某些文字

存储时间:2017-09-24 16:36:15

当前时间(IST):2017-09-24 16:46:15

我试过了:

<?php
require_once 'vclass.php';
require_once 'message.php';


$vreg = new Validation();

$stmt = $vreg->runQuery("SELECT * FROM validation WHERE vid=1"); 
$stmt->execute(); 
$row = $stmt->fetch(PDO::FETCH_ASSOC);  
$vusrmaile = $row['svdate'];
$vusrmail = $row['vdate'];
date_default_timezone_set('Asia/Calcutta');
$date = date('Y-m-d h:i:s ', time());

            if($date > $vusrmail){ 
                $msg = "
              <div class='alert alert-error'>

                    <strong><center>Process</center></strong>
              </div>
              ";

        }
?>

从上面的代码中,我没有得到预期的结果。

1 个答案:

答案 0 :(得分:0)

您可以将MySQL数据库中的时间戳转换为Unix Time,然后与当前时间(在Unix时间中表示)进行比较:

<android.support.design.widget.TabLayout
            android:id="@+id/tabs"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            app:tabMode="fixed"
            app:tabGravity="fill"
         change ---->  android:elevation="3dp" />