AbhishekSrivastava - Monday, April 4, 2016 6:33 AM:
Hi Friends,
Is that possible in Activity completion form,
When i click on save button then actual start date automatic comes as current date like when we click on Tick mark for Finish date.
So i want to reduce manual select.
Kindly share your solution if any....
Thank You
Abhishek Srivastava
AbhishekSrivastava - Tuesday, April 5, 2016 8:41 AM:
For above query ,
I create a button named "Start Date" and on the field event of button i put below code and event is On Click
function AutoDate() {
var Actual_Start=document.getElementById("date_start_act").value; //for javascript
Actual_Start= DateTime.Today;
}
But this was unsuccesfull
Kindly look at below picture , i want when i click on start button then actual start comes automatic .
Normal
0
false
false
false
EN-US
X-NONE
X-NONE
MicrosoftInternetExplorer4
