1

Hi I'm using the HTML::FormHandler in my Catalyst Project. I Want to you use the input field type DateTime-local as you can see here: http://www.w3schools.com/html/tryit.asp?filename=tryhtml5_input_type_datetime-local

Can anybody tell me, if it is possible?

1 Answer 1

2

If you set 'is_html5' in your form has '+is_html5' => (default => 1); you can use 'html5_type_attr' => 'datetime-local' in your field definition.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.