coder
coder
Hi @mbektas7 , @sugandansa you can use the "formatDate" in the angular To change the date format.
Hi All, Kindly use this for reference, ` /** * @method scroll * @param id */ scroll(id) { const blue = document.getElementById(id); let position = blue.getBoundingClientRect(); window.scrollTo(position.left, position.top + window.scrollY...
Hi All, Kindly use this for reference, ` /** @method scroll @param id */ scroll(id) { const blue = document.getElementById(id); let position = blue.getBoundingClientRect(); window.scrollTo(position.left, position.top + window.scrollY - 150);...