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.

Date without day, month

Post Reply
stipex
Posts: 2
Joined: Sat Nov 26, 2011 11:45 am

Date without day, month

Unread post 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
admin
Site Admin
Posts: 2824
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 29 times

Re: Date without day, month

Unread post 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
Post Reply