将凯撒日计数转换成为法国共和历法。
语法: string jdtofrench(int month, int day, int year);
传回值: 字串
函式种类: 时间日期
将凯撒历法的日期计数转换成为法国共和历法字串,并以 "月份/日期/年" (month/day/year) 的字串传回。