Welcome to the nuBuilder forums!

Please register and login to view forums and other content only available 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: 2781
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5
Been thanked: 1 time

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