JavaScript Date Format YYYY-MM-DD
Here is a simple function that takes the input of JS Date and returns a string of format YYYY-MM-DD: var
Read moreHere is a simple function that takes the input of JS Date and returns a string of format YYYY-MM-DD: var
Read moreHere is a simple function that takes the input of JS Date and returns a string of format YYYYMMDD: var
Read moreAngular’s built in number filter allows one to specify the number of decimals that should be displayed. The syntax is
Read moreThe simplest way to merge JSON arrays usning JQuery is to use the concat function. var json1 = [{id: 1,
Read moreHere is the code to remove duplicates from an Array: var distinctVal = function(arr){ var newArray = []; for(var i=0,
Read more