destoon7.0 根据出生日期获取年龄

用于计算年龄在自定义函数api/extend.func.php中加上以下代码//@param$birthday出生年月日(1992-1-3)//@returnstring年龄functioncountage($birthday){$year=date('Y');$month=date('m');if(substr($month,0,1)==0){$month=substr($month,1);}$day=date('d&#......
2019-09-10 23:03:37

destoon7.0如何调用获取当前地区名称

需要在api/extend.func.php文件中加入的函数  获取地区名称area_name($areaid)传入地区idfunction area_name($areaid) { global $db; $catid = intval($areaid); $areaname = '';     $r ......
2019-07-21 21:40:23

destoon7.0实现(获取几秒前、几分钟前、几小时前、几天前的时间)

destoon7.0实现(获取几秒前、几分钟前、几小时前、几天前的时间)......
2019-04-07 10:21:40