Skip to main content
Version: 3.xx.xx

Date Picker

While creating a record with refine, you may use the Ant Design Date Picker component directly in your refine project if you need date information. We utilized the Date Picker component to obtain 'Published At' date data while creating a post in this example. You may examine the code below to learn how to use and manage Date Picker Component in your project.

Run on your local
npm create refine-app@latest -- --example input-date-picker