如果当前时间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>
";
}
?>
从上面的代码中,我没有得到预期的结果。
答案 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" />