You can achieve it using 2 properties: a string property (say dateStr) for passing the date and a Date property (say dateVal) to hold the data object after conversion.
Then in your constructor, you can simply do something like dateVal = new Date(dateStr).