Skip to content

dayjs

dayjs

dayjs is a lightweight alternative to Moment.js for date and time operations.

Format Current Date

const today = modules.dayjs().format("YYYY-MM-DD")

Example Output

today → "2025-09-19"

Note

TBL also provides its own basic utilities for time parsing.

Official Documentation

dayjs Docs