Hi All,
I need an help for date and time format conversion. A working java method has to be converted to Xquery function to be integrated into fusion middleware. Not sure whether any suitable Xquery function is existing for this.
Scenario:
-------------
Basically, I have inputDate (instance of SimpleDateFormat in java) defined in "MM/dd/yyyy HH:mm:ss" and outputDate in "MMddyyyy" format. Any incoming String should be parsed into inputDate format and then converted to outputDate format.
Example : Incoming String - 12/26/2013 14:21:33 Outcoming 12262013
I know in java it is easy, but any suggestions in xquery, appreciated.
Thanks,
Bhaskar