How to get current date in javascript? Date() is a feature of javascript. Check the full date feature here. Date objects are created with the new Date() constructor. By default, JavaScript will use the browser’s time zone and display a date as a full text string: for eg:- Tue Dec 29 2020 23:07:27 GMT+0530 (India Standard Time) […]
Disable Mouse Right click
How to disable mouse right click using javascript? Most of the time we may need to disable mouse right click in our website in order to reduce any kind of malfunctions. In javascript we can do this very simply with a single step. HTML : Just design a html page. Copy paste the above code […]
Generate Random alpha-numeric string by javascript – here is 1 simple methods
How to Generate random alpha-numeric string using javascript Generating random alpha-numeric string by javascript or jQuery can be achieved very easily because it requires some built in functions and basic knowledge only. Random alpha-numeric string by javascript is a series of numbers and letters that have no pattern. These can be helpful for creating security […]