DocsRoadmapBlogChangelogDemo
Introduction 🚀
DocsRoadmapBlogChangelogDemo
Introduction 🚀
Home
Roadmap
Blog
Docs
Introduction
Getting started
Configuration
The config file
Schema
Workspaces
Roots
Type
Internationalization
Fields
Overview
Text
Rich text
Select
Number
Check
Date
Link
File
Image
Code
Object
List
Tabs
Guide: creating custom fields
Content
Content structure
Quering content
TypeScript
Previews
Live previews
Guide: setting up Next.js previews
Deploy
Deploying alinea
Exporting the dashboard
Guide: creating a custom backend
Guide: connecting to alinea.cloud
Reference
@alinea/content
Titles
CLI
Developer
Changelog
API
Playground
Introduction
Getting started
Configuration
The config file
Schema
Workspaces
Roots
Type
Internationalization
Fields
Overview
Text
Rich text
Select
Number
Check
Date
Link
File
Image
Code
Object
List
Tabs
Guide: creating custom fields
Content
Content structure
Quering content
TypeScript
Previews
Live previews
Guide: setting up Next.js previews
Deploy
Deploying alinea
Exporting the dashboard
Guide: creating a custom backend
Guide: connecting to alinea.cloud
Reference
@alinea/content
Titles
CLI
Docs/Fields/Date

Date

A date field is used to input a date.

import {alinea} from 'alinea'
alinea.date('My date field')
Previous
Check
Next
Link

Developer

Docs
Changelog
Playground
Source