When I save a date in YYYY-MM-DD format to LocalStorage is takes on the format as shown in the attachments. I would like to display this without the time stamp.
I have tried the substring function as:
substring({{ localStorage.values.mBillDate }},1,10)
I have tried the convert function. I always end up with the time stamp.
How do I get rid of the time stamp?
Mike