Can anyone help me to change Gregorian date to Persian in JavaScript? I want to use it in HTML and JavaScript.
You can use toLocaleDateString();
toLocaleDateString();
let today = new Date().toLocaleDateString('fa-IR'); console.log(today);
1.4m articles
1.4m replys
5 comments
57.0k users