cancel
Showing results for 
Search instead for 
Did you mean: 

date format

Former Member
0 Kudos

hi

Is it possible to change the format of the date. We want to change it from mm/dd/yyyy to dd/mm/yyyy. We have a input field which is bound to a context attr of type date.

Any suggestions.

regs

Steve

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi

Well that depends on your browser setting. In your IE change the language preferences from English-Us to English-UK and you will get the date in the format you require. Apart from that it does not work.

regards

ravi

Former Member
0 Kudos

Well,

To be strict there are other ways:

1. Modifing format of ISimpleType of corresponding attribute.

2. Using calculated attributes

Just search this forum.

VS

Answers (1)

Answers (1)

Erin2
Advisor
Advisor
0 Kudos

Hi Steve,

I know it is not optimal, but if you add a context element or modify the type of your date element to String, then you can SimpleDateFormat and have all the options you could ever want...

Cheers, Erin