Is there a way to define the current day to de default value of a date type field? I see the input but I don’t know what to write there to get the current date.
Thanks.
Hello,
Try
new Date()
please.
Regards
Michal
Is there a way to define the current day to de default value of a date type field? I see the input but I don’t know what to write there to get the current date.
Thanks.
Hello,
Try
new Date()
please.
Regards
Michal