Make date field have a default of todays date

Dev321
Tera Contributor

I need to make the default value for the date field to be the current days date.  how do i do that?

 

1 ACCEPTED SOLUTION

Steven Parker
Giga Sage

Just add the word "now" to the Default value field on your Date Variable

StevenParker_0-1684175195164.png

 


Please mark this response as correct and/or helpful if it assisted you with your question.
Steven

View solution in original post

2 REPLIES 2

Steven Parker
Giga Sage

Just add the word "now" to the Default value field on your Date Variable

StevenParker_0-1684175195164.png

 


Please mark this response as correct and/or helpful if it assisted you with your question.
Steven

Bert_c1
Kilo Patron

Hi,

 

OOB examples use "javascript:gs.now();" as the default value.