DecodeDate(DT, Year, Month, Day);
EncodeDate(Year, month, 1);
先拆分 再重组时间
有一个根据yy,mm月初和月末
函数StartofTheMonth()
Date1:=StartofTheMonth(CurDate)
以下图中例子

提示错误如图

原因是没有引用 DateUtils单元
DecodeDate(DT, Year, Month, Day);
EncodeDate(Year, month, 1);
先拆分 再重组时间
有一个根据yy,mm月初和月末
函数StartofTheMonth()
Date1:=StartofTheMonth(CurDate)
以下图中例子
提示错误如图
原因是没有引用 DateUtils单元