Tagged: programming

0

How to add days to current date in Javascript?

Today, I have a task with request: How to add days to current date in Javascript? and here was the code I used:

This is my code. You can consult. Good luck.

0

Get URL parameters using Javascript

With PHP, We easily get the URL by $_GET method. With JavaScript is not so easy but you still can do that with function below:

Now you can using this function get URL...