*One thing i would like to point out is if you use the useNow() then you're time will be reactive. In the example used, it would only update once every 24 hours when the date changes. However if you were to use format hh:MM:ss then it would be updated every second. If you wish to avoid this then use the new Date() instead.
@dimapolo6313 Жыл бұрын
I'm consistently impressed by the quality of your content.Your content is absolute gold :)
@JohnKomarnicki Жыл бұрын
Thanks, i appreciate that!
@jimlung1357 Жыл бұрын
Thanks, for this! Would love to see a series explaining each vueuse composable and possible applications of them
@iUmerFarooq Жыл бұрын
I come from Brad's channel to learn Vue from this channel. Please upload vue projects on this channel. Thank you ❤️
@zoran716 Жыл бұрын
this is hilarious but i was watching another one of your videos, turned around to download moment into an app and this came on as the next video... lol. i mean so much better than moment and vueuse is amazing lol, couldn't have been better timing for real lol. A++++ every time
@JohnKomarnicki Жыл бұрын
Really glad to hear, VueUse is great!
@overrevvv10 ай бұрын
Thank you so much for this video.
@ahmedallawi86387 ай бұрын
I'm trying to use the formatDate, but I think they have deleted it because it's not working
@kombechangala31569 ай бұрын
Thanks for the video, super helpful. Unfortunately i'm getting a "date.getFullYear is not a function" error when i try to use the formatDate function within the template. If anyone has found a work around for this it would be supper helpful
@SrdjanMaravic9 ай бұрын
I have the same problem trying to use it in template in Nuxt3
@SrdjanMaravic9 ай бұрын
I've used useDateFormat().value in template and adds date normally without ""
@ransela61394 ай бұрын
{{ useDateFormat(date, "DD/MM/YY").value }}
@tranchuong1489 Жыл бұрын
Thanks, for this ❤.
@SamBritt-c9j Жыл бұрын
what is that extension to log your output directly in vs code??
@JohnKomarnicki Жыл бұрын
Console ninja. I made a video on it a few months ago
@heruhailiuhuang533 Жыл бұрын
How to show log value editor?
@JohnKomarnicki Жыл бұрын
kzbin.info/www/bejne/i2eVfqqteM-Smbc I cover this extension In one of my previous videos!
@SigmundJaehn8 ай бұрын
Why would you want to do this and lose all the locale specific stuff? Not every country formats dates the same way.
@DanielTames Жыл бұрын
Excellent video John!! Could you make a video about VuePress? 🫣
@JohnKomarnicki Жыл бұрын
Thanks! I’d probably cover vitePress over vuePress. I might do that sometime in the future
@DanielTames Жыл бұрын
@@JohnKomarnicki 😯😯 I didn’t know VitePress.. looks great 🤩🤩 Thank you man!