Date Integration with Laravel has been a pain as it recognises a standard datetime string, which our Date components do not do. They are JS based (not native html), so they are in a object structure. Ideally these vue components can be applied to anything so what would be the best output of them? Should they just output a UTC string? Could we customise the output of it via a type (eg; UTC, Object). Is this possible?
Date Integration with Laravel has been a pain as it recognises a standard datetime string, which our Date components do not do. They are JS based (not native html), so they are in a object structure. Ideally these vue components can be applied to anything so what would be the best output of them? Should they just output a UTC string? Could we customise the output of it via a type (eg; UTC, Object). Is this possible?