Hey,
I'm sure this has been asked and answered, but I couldn't find it in the search. I have a date/time field which is excellent for using the date picker to insert any date. But more often than not the form will use the current days date. Is it possible to have the Date/Time Field default to the date of the day the form was opened and STILL have the option of overwriting it with the picker?
Thanks.
Solved! Go to Solution.
Views
Replies
Total Likes
Try placing the below line of code in either of the Initialize/ Form Ready/ Layout Ready events..
$.rawValue = Num2Date(Date(),"MM/DD/YYYY");
Language is FormCalc..
Thanks
Srini
Views
Replies
Total Likes
Try placing the below line of code in either of the Initialize/ Form Ready/ Layout Ready events..
$.rawValue = Num2Date(Date(),"MM/DD/YYYY");
Language is FormCalc..
Thanks
Srini
Views
Replies
Total Likes
Thank you. That worked just perfect.
Views
Replies
Total Likes
How do I do this?
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies