这是我的SELECT查询
season_from_date> =“06/09/2015”和season_to_date< = “2015年6月11日”
相同的日期格式(mm / dd / yyyy),保存在我的数据库中。我没有收到错误,但没有显示任何结果?这是正确的方法还是我们有其他方法?
答案 0 :(得分:1)
您永远不应该以这些格式存储并使用varchar字段,您应该始终使用mysql本机数据类型存储日期数据,这样可以简化生活。但是,在这种情况下,您可以使用<!DOCTYPE html>
<html>
<head>
<title>paper-header-panel demo</title>
<script src="bower_components/webcomponentsjs/webcomponents-lite.js"></script>
<link rel="import" href="bower_components/paper-header-panel/paper-header-panel.html">
<link rel="import" href="bower_components/iron-flex-layout/iron-flex-layout.html">
</head>
<body class="fullbleed layout vertical" style="height: 100%">
<paper-header-panel mode="waterfall" class="flex">
<div class="paper-header" style="height: 60px;">I am the header</div>
<div class="content fit">I am the content</div>
</paper-header-panel>
</body>
</html>
函数
str_to_date