xmlgregoriancalendar - How to add two XMLgregorian calendar instance in Java -


i have 2 xmlgregorian varibales.

 xmlgregoriancalendar date;  xmlgregoriancalendar starttime; 

date has date value ie 2017-07-23 , starttime has time ie 20:00:00. want add above 2 variables ie xmlgregorian variable have date + starttime.
me achieve this.


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -