Forum: JavaScript / DHTML / AJAX Aug 28th, 2006 |
| Replies: 1 Views: 20,232 Ok, I resolved this myself. I had to change the code down below to this...
var hour = time.getHours() ;
var minute = time.getMinutes();
var curTime = date+" "+GetMonth(time.getMonth())+" ";... |
Forum: JavaScript / DHTML / AJAX Aug 28th, 2006 |
| Replies: 1 Views: 20,232 Greetings,
I need help with the javascript below. So far, I am able to pass the date through a pop-up calender and this script receives the date in format of "28 Aug 2006 11:47 PM" as a string. I... |