vue-luxon
vue-luxon copied to clipboard
Get current time and add/subtract days
Is there a way to get the current time and add/subtract days through your package or would I have to import DateTime from luxon to do so? If your package can provide me the relative time, I thought there must be a way to get the current time or add/subtract time. I also assumed that putting in this.$luxon() would work but it didn't.
I'm wondering this as well... this.$moment() used to give us current date.