I am trying to get a partial that has minutes and hours in it. For instance,
19.30.

I tried this
DateTime t=new Partial().with(DateTimeFieldType.hourOfDay(),
19).with(DateTimeFieldType.minuteOfDay(), 30).toDateTime(new DateTime());

But just minuteOfDay appears in the result. If I switch it, It appears just
hourOfDay; but I wanted to have both.

Thanks in advance

-- 
Fernando Wermus.

www.linkedin.com/in/fernandowermus
------------------------------------------------------------------------------
_______________________________________________
Joda-interest mailing list
Joda-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/joda-interest

Reply via email to