When the form is rendered, any date field with a default value set (tried %date and %today), displays December 31 1969.
The second sentence of the help text for the date field is:
Accepts any date in any GNU Date Input Format. Strings such as today, +2 months, and Dec 9 2004 are all valid.
Enter today to use the current date. The % symbol is used when you want to reference %profile or %server variables.
today
I have included a date field in a webform and given the default as "date".
The form displays the current date as the date the webform was created rather than the date the webform is being accessed.
Is there a way to get the default date setting as the current date the form is accessed by a user?
Comments
Comment #1
quicksketchThe second sentence of the help text for the date field is:
Enter
todayto use the current date. The % symbol is used when you want to reference %profile or %server variables.Comment #2
quicksketchComment #3
interface-web design commentedI have included a date field in a webform and given the default as "date".
The form displays the current date as the date the webform was created rather than the date the webform is being accessed.
Is there a way to get the default date setting as the current date the form is accessed by a user?