Calendar 函数

目录

  • cal_days_in_month — 返回指定历法中某年某月的天数
  • cal_from_jd — 从儒略日数转换为支持的历法
  • cal_info — 返回选定历法的信息
  • cal_to_jd — 从支持的历法转换为儒略日数
  • easter_date — 得到指定年份的复活节午夜时的 Unix 时间戳
  • easter_days — 得到指定年份的 3 月 21 日到复活节之间的天数
  • frenchtojd — 从法国共和历日期转换为儒略日数
  • gregoriantojd — 将公历日期转为儒略日数
  • jddayofweek — 返回星期几
  • jdmonthname — 返回月份名称
  • jdtofrench — 从儒略日数转换为法国共和历
  • jdtogregorian — 将儒略日数转换为公历日期
  • jdtojewish — 将儒略日数转换为犹太历日期
  • jdtojulian — 将儒略日数转换为儒略历日期
  • jdtounix — 将儒略日数转换为 Unix 时间戳
  • jewishtojd — 将犹太历日期转换为儒略日数
  • juliantojd — 儒略日期转为儒略日数
  • unixtojd — 将 Unix 时间戳转换为儒略日数
add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top