Page 1 of 1

Date without day, month

Posted: Sat Dec 03, 2011 3:07 am
by stipex
In my form I have a date object, I can't insert date without day or month (00-00-2011 or 00-05-2011). I changed some code in common.js, but the problem persist.
If I change my date directly in phpmyadmin it's inserted in database, but in nuBuilder is not displayed correctly.

How can I change the code to display correctly this dates?

Regards,
Andrej

Re: Date without day, month

Posted: Sun Dec 04, 2011 11:36 pm
by admin
Andrej,

You wont be able to use a date field if you don't want to save a valid date.

You will have to just use a text field without formatting.

Steven