Hi folks,
i am trying to generate a dynamic datefield with date mask "mm/dd/yyyy" and 
trying to insert it into Oracle db ...i still got the error ORA invalid month 
ehich means the date filed is not recognized as date:

below is what i am doing  : 

newStartDate = document.createElement( 'INPUT' );
newStartDate.setAttribute('type','Date');

newStartDate.setAttribute('id1','id'+ elementid+elementrow);
newStartDate.setAttribute('name','StartDateName'+ elementid+elementrow);        
 
newStartDate.size=8;
newStartDate.style.backgroundColor= bgc;


any help thanks ??


Also i want to add a datepicke to this textbox..how it is posible / other 
option is to use Jquery datepicker but could not know how to impement it 

thanks again 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/javascript/message.cfm/messageid:6722
Subscription: http://www.houseoffusion.com/groups/javascript/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/javascript/unsubscribe.cfm

Reply via email to