Get Day of the Month and Year
To get the current day of the month and year make sure you have var today = new Date() in your page level javascript and today.getDate() in the dynamic value for the day of the month and today.getFullYear() in the dynamic value for the year.
**These two functions can only be used with a text, number, or read-only element.
Comments
0 comments
Please sign in to leave a comment.