Generate credit card last 4 digit with masked number dateString2(num:number){ const f = new Intl.RelativeTimeFormat("en-us", { style: 'long', numeric: 'auto' }); // seconds | days | months | years let timeLeft = f.format(num, "seconds"); return timeLeft; }
This blog is made specially for students those who have selected Computer Application (165) as a subject in CBSE board exam. It includes chapter wise notes, videos, assignments, etc.