I need to get current time and date in the webpage , i am having the javascript code for it . not sure how to Implement in vue.js .I am attaching the code sample here.
h
Because the time at present isn't depend on any data variable, so we can write it in methods, and call in created
Read more about computed and methods here
You can copy and run it in CodingGround
VueJs Introduction {{ timestamp }}