It doesn't seem as though it is possible to use Datetime, what do you suggest 
one should use when you are interested in both the date and time ?



I get the following error:

E:Devprojectstask_trackerwebtargetsrccommimantask_trackermodelcrudTaskChunkForm.java:85:
 incompatible types

found   : java.util.Date

required: java.sql.Timestamp

            this.start_time = 
(org.apache.commons.lang.StringUtils.isBlank(start_time)) ? null : 
start_timeFormatter.par

se(start_time);



  ^

E:Devprojectstask_trackerwebtargetsrccommimantask_trackermodelcrudTaskChunkForm.java:116:
 incompatible types



found   : java.util.Date

required: java.sql.Timestamp

            this.stop_time = 
(org.apache.commons.lang.StringUtils.isBlank(stop_time)) ? null : 
stop_timeFormatter.parse(

stop_time);
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=481#481
Posting to http://forum.andromda.org/ is preferred over posting to the mailing 
list!


-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
Andromda-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to