0
WAP TO PRINT CURRENT DAY AND DATE
Please tell me
3 Answers
+ 4
Put the concerned language in tag.
Tips when asking in this forum:
https://www.sololearn.com/discuss/333866/
https://code.sololearn.com/WZTSO0gCj2Tq/?ref=app
0
Do you want this in js??
Then
var today = new Date() ;
console.log(today);
0
Thanksđč