Skip to main content
FLO.W 思流Notion Formulas
Back to function index

fromTimestamp

A quick reference for the Notion fromTimestamp function, including syntax, purpose, return value, and examples.

Quick reference

ItemDetails
FunctionfromTimestamp()
CategoryDate and time
SyntaxfromTimestamp(number)
PurposeConvert a millisecond timestamp to a date
Return valueDate

Official example of the fromTimestamp function in the Notion formula editor

Examples and notes

timestamp(prop("Date"))

Returns a Unix timestamp in milliseconds.

fromTimestamp(1714521600000)

Note: According to the official description, fromTimestamp() does not preserve seconds or milliseconds.

To use these formulas directly in task reminders, project progress, note heatmaps, and reports, continue with FLO.W Notion Template.

Back to function index

Last updated on