Hello Warriors. Need help with a simple matter i just cant figure out.
please help me with this script
3
Hello Warriors.
Need help with a simple matter i just cant figure out.
Got this script on line
<script type="text/javascript">
var mydate= new Date()
mydate.setDate(mydate.getDate()+1)
document.write("Tomorrow Date :" +mydate.getDate()+"/"+(mydate.getMonth()+1)+"/"+mydate.getFullYear());
</script>
it shows tomorrows date in month day year format.
i need it to display month day year. simple solution i am sure but its taking too much of my time.
help please
Need help with a simple matter i just cant figure out.
Got this script on line
<script type="text/javascript">
var mydate= new Date()
mydate.setDate(mydate.getDate()+1)
document.write("Tomorrow Date :" +mydate.getDate()+"/"+(mydate.getMonth()+1)+"/"+mydate.getFullYear());
</script>
it shows tomorrows date in month day year format.
i need it to display month day year. simple solution i am sure but its taking too much of my time.
help please
- seminyha
- FirstSocialApps
- [ 2 ] Thanks
- Brandon Tanner
- freehugs
Next Topics on Trending Feed
-
3