Custom Calendar Component
Summary
This article aims at creating custom calendar component that captures Month and Year and stores back to custom text field.Content
Use Case
A calendar custom field in the workspace displaying just month and year.
Consider a scenario where we need to store just the month and year of the manufacture of a product without the date. This extension will be helpful in such scenarios.
Technical Walkthrough
Step 1
Abstract out below set of properties so as to make this component reusable across multiple use cases:
- Label of calendar component
- Underlying custom field where the data has to be stored
Tagged:
10