cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in Date Format

Former Member
0 Kudos

Hi Sebastin,

Thanks for you answer.

Can u please tell me that where from this date format is coming. It looks like that some where in the server

configuration it is configurable i.e., we can change the fomat - Wed Aug 3 15:12:30.525 +0530 2005. Or it always

comes in this format? If that is the case then no issues, otherwise hardcoding of the format in code

(in SimpleDateFormat) may create problem.

Could you tell me the details?

With Thanks & Regards

Sudip

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Sudip,

I think the format is configurable in R/3. But the best way to get this information is to ask at your SAP basis team or open an OSS. You can also externalize the date formatter string to a database field for better configuration.

Hope that helps you.

regards

Sebastian

Former Member
0 Kudos

Hi,

day - Wed

month - Aug

time - 15: 12 : 30.525

GMT +0530

year - 2005.

If u take date.toString() it will display i this format.

U can use SimpleDateFormat according to ur need, there wont be any problem in that.

Regards,

Piyush.