insighty / openesignforms

Automatically exported from code.google.com/p/openesignforms
0 stars 0 forks source link

Date of birth field type #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Define date of birth field type 
2. When TEST the field name appears in the field, like ${dob}

What is the expected output? What do you see instead?
The field should be blank.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by toni.yoz...@gmail.com on 1 Jun 2011 at 12:07

GoogleCodeExporter commented 8 years ago
Fixed in 0.9.9.

When a date field was specified without any initial value, the document could 
not be created with a Date object representing the field (there's no such thing 
as an empty date) so we create it with a null string value until a date is 
provided.

Original comment by yoz...@gmail.com on 1 Jun 2011 at 12:38

GoogleCodeExporter commented 8 years ago

Original comment by toni.yoz...@gmail.com on 3 Jun 2011 at 4:50