Hi i need to parse date format passed to webservice to specific format.
i tried below changes in application-context.xml but still no luck with it. Any help will be deeply appreciated. thanks
...
Type: Posts; User: vivek d r; Keyword(s):
Hi i need to parse date format passed to webservice to specific format.
i tried below changes in application-context.xml but still no luck with it. Any help will be deeply appreciated. thanks
...
i want to define custom date formatter for my application. in ApplicationContext.xml i have defined it as
<bean id="conversionService" class="org.springframework.format.datetime">
...