Nelson78
Well-known Member
- Joined
- Sep 11, 2017
- Messages
- 526
- Office Version
- 2007
Hello everybody.
I'm grasping data in the web via Excel.
I'm stuck in inserting a date in a calendar: how can I write the desired date in this one?
This is my unsuccessfull attempt (not errors but nothing happens).
Thank's.
I'm grasping data in the web via Excel.
I'm stuck in inserting a date in a calendar: how can I write the desired date in this one?
HTML:
<td class="Input" style="width:100%;"><span
id="Date1_dateInput_wrapper" class="riS RadInput RadInput_Black"
style="display:block;width:100%;"><input id="Date1_dateInput"
name="DatePicker1dateInput" class="riBox riEnabled"
value="01/02/2019" type="text" />
This is my unsuccessfull attempt (not errors but nothing happens).
Code:
HTMLdoc.getElementById("Date1_dateInput").Value = "30/01/2019"
Thank's.