Results 1 to 19 of 19
Thread: .
Hybrid View
-
13th October 2011 00:36 #1
-
13th October 2011 02:21 #2
. Date . , <div...>
var today = new Date();
var month = today.getMonth+1;
var day = today.getDate();
.
-
14th October 2011 02:31 #3
-
14th October 2011 02:50 #4HTML/JS.Code:
<script type="text/javascript"> var currentTime = new Date(); var month = currentTime.getMonth() + 1; var day = currentTime.getDate(); document.write(day + "/" + month); </script>
. , .
-
14th October 2011 03:03 #5
-
14th October 2011 10:02 #6




Reply With Quote

Lenovo ThinkPad 15 IdeaPad 15
5th May 2023, 22:16 in