Today field in ardevia-sharepoint
Original Post by CHO (Imported from Ardevia Forum)
Is it possible to make a date field which always shows the today date. When a user uses edit,or new form it should always show today date. If not, is there another way to make such a field?
Thanks in advanced
0
-
Original Post by Vitaliy Zadorozhnyy (Imported from Ardevia Forum)
Hi,
You can using "Initial" expression on Behaviour Tab on Edit or New form.
Select "Assignment" type of expression in Expression builder dialog for initial value expression and type following JavaScript code in the text area:Code:
new Date()
0
Please sign in to leave a comment.
Comments
1 comment