1]DateCn.pas,只显示某天为 农历 几月几日,不可视控件

DateCn.pas单文件下载

链接:https://pan.baidu.com/s/1D_oj9I1BOVNbjfKzWQQIUQ提取码:lz2v

delphi10.3农历日历控件安装使用_1]DateCn.pas

procedure TForm1.FormCreate(Sender: TObject);
begin
showmessage( DateToStr(now)+'是'+   DateCn.CnMonthOfDate(now) +  DateCn.CnDayOfDate(now) );
//showmessage(DateCn.CnDayOfDate( StrToDate( '2024-01-24' )));
end;

delphi10.3农历日历控件安装使用_1]DateCn.pas_02


 2]可视化的农历控件

https://www.cnpack.org/showdetail.php?id=940&lang=zh-cn

自己百度网盘也保存一份

链接:https://pan.baidu.com/s/1tmMXqTLT5S5LnTY47rilqw提取码:8jso

delphi10.3农历日历控件安装使用_1]DateCn.pas_03

C:\Users\PC\Downloads\农历控件Delphi10.3\cnvcl_20240210\cnvcl\Package\Delphi103R\dclCnPack_D103R.dpk

delphi10.3农历日历控件安装使用_1]DateCn.pas_04

delphi10.3农历日历控件安装使用_1]DateCn.pas_05

delphi10.3农历日历控件安装使用_1]DateCn.pas_06


 

delphi10.3农历日历控件安装使用_1]DateCn.pas_07

delphi10.3农历日历控件安装使用_1]DateCn.pas_08

C:\Users\PC\Downloads\农历控件Delphi10.3\cnvcl_20240210\cnvcl\Source\Common
C:\Users\PC\Downloads\农历控件Delphi10.3\cnvcl_20240210\cnvcl\Source\Graphics

delphi10.3农历日历控件安装使用_1]DateCn.pas_09

 官方例子

C:\Users\PC\Downloads\cnvcl_20240210\cnvcl\Example\VCL\Calendar\TestCal.dpr

delphi10.3农历日历控件安装使用_1]DateCn.pas_10

delphi10.3农历日历控件安装使用_1]DateCn.pas_11

delphi10.3农历日历控件安装使用_1]DateCn.pas_12

delphi10.3农历日历控件安装使用_1]DateCn.pas_13

delphi10.3农历日历控件安装使用_1]DateCn.pas_14