ApiDateOn this pageDateExampleimport { date } from '@resourge/schema';date()// ordate('Custom error message')OptionstodayChecks if date is todaydate().today()// with custom messagedate().today('Custom error message')