Skip to content

Instantly share code, notes, and snippets.

@Bachana123
Last active November 28, 2019 11:02
Show Gist options
  • Save Bachana123/4adad2434279d183605218f7654f4ada to your computer and use it in GitHub Desktop.
Save Bachana123/4adad2434279d183605218f7654f4ada to your computer and use it in GitHub Desktop.
format date for vue nuxt
new Date( time.toLocaleDateString('ka-GE',{ day: 'numeric', month: 'long', year: 'numeric' })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment