How to set the today's date as a default date using Visual Builder Studio

[[ (new Date(new Date().setFullYear(new Date().getFullYear(), new Date().getMonth(), new Date().getDate()))).toISOString().substring(0, 10) ]]

I hope this blog post was helpful for you. If you have any questions or feedback, please leave a comment below.