# | 请求方式 | 接口服务 | 接口名称 | 接口描述 |
---|---|---|---|---|
1 | GET/POST | App.Common_Date.GetDaysFromNow | 3401 查看输入日期至今一共多少天 | 根据输入的日期返回一个整数 |
2 | GET/POST | App.Common_Date.GetDaysDiff | 3402 查看两日期之间一共间隔多少天 | 根据输入的两日期差返回一个整数 |
3 | GET/POST | App.Common_Date.ChangeIntoLunar | 3403 根据输入阳历日期转化成字符型农历日期 | 根据输入的日期返回农历日期如2019-3-12->二月初六 |
4 | GET/POST | App.Common_Date.ChangeIntoNation | 3404 根据输入农历日期转化成阳历日期 | 根据输入的日期返回阳历日期如2019-1-1->2019-2-5(现只支持到2031年) |
5 | GET/POST | App.Common_Date.Curtime | 3405 获取当前时间 | 获取时间,日期、年份、星期等 |