M
MBeynon
Guest
Thanks for the help. I managed to resolve it (sort of) with this; this.fromDate = this.intl.formatDate(value, 'd-MM-y'); which gives me a string in the form "dd-mm-yyyy" This works but then gives me another error after the assign; "ERROR Error: Uncaught (in promise): Error: The 'value' should be a valid JavaScript Date instance."
Continue reading...
Continue reading...