如何判断输入的日期为月末最后一天?

在VFP中输入一个日期,使用什么函数判断是不是本月最后一天?
---------------------------------------------------------------
例如输入的是mdate

if month(mdate+1)#month(mdate)
wait '你输入的日期是当月的最后一天' wind
else
wate '你输入的日期不是当月的最后一天' wind
endi

Published At
Categories with 数据库类
comments powered by Disqus