Hi all, i want to create my own custom date field on the question screen. I've discovered i will need to edit the qa-page-ask.php file to include my field:
'My Date' => array(
'label' => qa_lang_html('question/q_mydate_label'),
'tags' => 'NAME="Date" ID="Date" AUTOCOMPLETE="off"',
),
Does anyone konw how to format it so its a date type field?
Thanks