Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

changes in BSP pages date format

Former Member
0 Likes
942

Hi Floks

i am working Business server pages i got some problem in the date format. I am getting date as dd.mm.yyyy and i want to change this to MM/DD/YYYY format . i tried to change this in like in ABAP coding . it s not working can give how can fix this issue that i am working CRM application .so please proper code or any link to help ..Please help out

thanks

Preethid

Hi Floks

i am working Business server pages i got some problem in the date format. I am getting date as dd.mm.yyyy and i want to change this to MM/DD/YYYY format . i tried to change this in like in ABAP coding . it s not working can give how can fix this issue that i am working CRM application .so please proper code or any link to help ..Please help out

thanks

Preethid

6 REPLIES 6
Read only

former_member156446
Active Contributor
0 Likes
850

system > user profiles> Own data... check the default tab, change the date format to desired one...MM DD YYY

Read only

0 Likes
850

It is not depend on user profile and i tried also

Read only

0 Likes
850

This might help u: [Date format on BSP page|http://www.sapfans.com/forums/viewtopic.php?f=20&t=109965]

Read only

0 Likes
850

Sorry ,It is not working can give some good help onthis issue . and one also its not possible to change user profile . what whever date coming in the format we can able to do code or calling function module we can change .

Read only

SujeetMishra
Active Contributor
0 Likes
850

hello prithi.

You might be entering date on your page layout's date field?

so for that field you may be using F4 for date.if this is there then no prob ..but not using then use this.

OR create one MIME object using Java Script and convert there as per your need. OR in OnInputproccessing you can covert using only ABAP standard FM or by hardcode.

its working.

Regards,

Sujeet

Read only

Former Member
0 Likes
850

ISSue has been resolved. Not worked top format u have to split and concate the field as ur wish ...

Edited by: preethi d on Feb 2, 2009 2:16 PM