I am having a custom type with a date attribute, I am providing the date in the jsp page using datetime tag by this format-- "May 28,2009 02:15:55 PM". when i insert the date using sysobject.setTime("dateattribute", IDfTime(datevalue)) the date is inserted with the correct date but the time is 12:00 AM by default. can any one specify how to insert date and time