Skip to main content
FLO.W 思流Notion 公式
返回函数索引

date

Notion date 函数速查,包含语法、作用、返回值和示例说明。

速查

项目内容
函数date()
分类日期与时间
语法date(date)
作用一个月中的第几日
返回值Number

Notion 公式编辑器中的 date 函数官方示例

示例与说明

year(prop("日期"))
month(prop("日期"))
date(prop("日期"))
day(prop("日期"))

day() 返回 17,其中 1 是周一,7 是周日。

判断周末:

day(prop("日期")) >= 6

相关函数

想把这些公式直接用在任务提醒、项目进度、笔记热力图和统计报表里,可以继续了解 FLO.W 思流 Notion 模板

返回函数索引

最后更新于