Forum: JavaScript programming
10-15-2012, 02:43 PM
|
|
Replies: 3
Views: 270
|
Forum: JavaScript programming
10-15-2012, 01:21 PM
|
|
Replies: 3
Views: 270
Parsing to a date object
Hello,
I am trying to pass a variable to a date object and then increment the date object. The format of the variable is dd/mm/yyyy. I have tried using Date.parse but am getting incorrect results:...
|
Forum: JavaScript programming
10-12-2012, 02:28 PM
|
|
Replies: 3
Views: 276
|
Forum: JavaScript programming
10-12-2012, 12:28 PM
|
|
Replies: 3
Views: 276
setDate madness!
This is driving me mad and is probably a simple error on my part and I would appreciate a pair of fresh eyes.
I have the following code to increment the date based on a select box selection:
...
|
Forum: DOM and JSON scripting
08-02-2012, 06:48 PM
|
|
Replies: 0
Views: 586
dynamic table rows and form elements
I have a webpage that dynamically adds a new row and cells to a table. In that table I try to dynamically insert form elements (text box and option boxes) as an array and the plan is to pass that...
|