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
Welcome to the nuBuilder Forums!
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Date without day, month
Re: Date without day, month
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
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