Skip to main content
Participating Frequently
September 9, 2013
Question

alternative for coldfusion.util.DateUtils ?

  • September 9, 2013
  • 0 replies
  • 441 views

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?

This topic has been closed for replies.