cancel
Showing results for 
Search instead for 
Did you mean: 

Converting date format MM/DD/YYYY to DD/MM/YYYY in ISA B2B App

Former Member
0 Kudos

Hi All,

We have implemented CRM ISA 5.0 (B2B) application. Is it possible to change the date format to DD/MM/YYYY in ISA B2B web application. Now currently it is showing MM/DD/YYYY in all the pages. We need to change this format to DD/MM/YYYY, where and which the date shows the current format of MM/DD/YYYY. Is there any way in XCM settings to change the date format to achieve this. Do we require custom coding ?

Kindly suggest us!!!

Thanks and Regards,

Saravanan

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Saravanan - Did get any solution for dateformat ?

Could you please share us, if you reolved the proble.

Your help will be greatly appreciated,

Regards,

Madan

Former Member
0 Kudos

HI Saravanan,

We need to change date format for the LOGIN user .

If it doesnt work then try changeing the date format of the JCO user as well.

Go to su01-->Defaults and change the date format to the required one.

Hope this helps.

Regards

Antony

Former Member
0 Kudos

The issue here Anthony is that the format "DD/MM/YYY" is not in the SU01 user defaults.

So how exactly do we change the format?

mark_foley
Active Contributor
0 Kudos

Hello Saravanan,

Usually this data would come from the backend customizing for the logged in user

regards

mark

Former Member
0 Kudos

Hi Mark,

Thanks for your reply Mark. We have tried this already and nothing got changed in the web application.

Is there any other way around.

Thanks and Regards,

Saravanan

Former Member
0 Kudos

Hi Saravanan,

Did you resolve the problem?? Please share how did you convert the date format.

Thanks in advance,

Your help will be greatly appreciated,

Regards

S S

Former Member
0 Kudos

Hi ,

If the sol doesn't work with the system settings, do try passing the values in char format after concatenating appropriately adding "-".

This ll work.

date = '02252010'. "mmddyyyy"format

concatenate date+2(2) '-'

date+0(2) '-'

date+4(4) into var.

var-25-02-2010dd-mm-yyyy format.

pass the variable 'var' to the webshop/web application.