I need to get a java.util.Calendar object for a webservice.
Using CreateObject("java", "coldfusion.util.DateUtils").getCalendar(Now()) works fantastic, except I have to allow access to internal ColdFusion Java components, which I'd prefer not to do.
Is there an easy alternative?