請問我如果要不等于某個(gè)日期的話,怎么寫
作者:金字塔 來源:cxh99.com 發(fā)布時(shí)間:2016年11月04日
- 咨詢內(nèi)容:
我要讓程序不等于某個(gè)日期:
if date != 20150707 then ...
這樣好像不對,請問該怎么寫
- 金字塔客服:
if not(date=20150707) then......
- 用戶回復(fù):
多謝
- 網(wǎng)友回復(fù):
你好,我試了一下,好像沒有效果,還是無法篩選出這一天
- 網(wǎng)友回復(fù):
取得該周期從1900以來的年月日。
用法:
DATE()
函數(shù)返回有效值范圍為(101-1991231),表示19000101-20991231。
所屬函數(shù)組:時(shí)間函數(shù)
打個(gè)比方今天的date返回就是 1160707