PROJECT DESCRIPTION
This is an example that shows how you can use complex data and objects in a Template Column. This is an example similar to the Working with Templates
article.
In this example, we will show one date to the user in a short format, but we will let them edit the full date, including the time portion. When we save the data to the server, we will still have the full date.
Note that working with dates like this requires parsing them through strings and JavaScript. Thus, you must ensure proper parsing and formatting according to your needs.
A sample is attached below. Comments in the code offer further details.