Untitled
Anonymous
plain_text
09/09/2021 7:40 AM
164 B
13
Indexable
<script>var today = new Date(); today.setDate(today.getDate()); document.write(today.toLocaleString("en-IN"));</script>
Editor is loading...
<script>var today = new Date(); today.setDate(today.getDate()); document.write(today.toLocaleString("en-IN"));</script>