cancel
Showing results for 
Search instead for 
Did you mean: 

Date format - Month Issue in Spanish

Former Member
0 Kudos

Hi All,

I need to display date in DD/MMM/YYYY format and its working fine in English.

But for Spanish(ES), it is showing the month in lower case. like 22/ago/2014 which is 22/Aug/2014 (in english).

Could any one please help me to get Spanish month upper case or first letter in upper case.

Thanks,
Chandra.

Accepted Solutions (1)

Accepted Solutions (1)

varun_vadnala3
Active Participant
0 Kudos

Hi chandu,

Try this :

Write the form calc in the calculated script of that paticular field as $ = Upper($)

or

to convert in to upper case write in calculation event.

$.rawValue = Upper($.rawValue)

Regards,

Varun

Former Member
0 Kudos

Hi Varun,

Looks like this is a helpful answer.

Could you please explain - I'm new to Adobe forms.

I have date field: $.VIQMEL.QMDAT

what value I need to enter in show box and Language box - both sides of java script box.

a screen shot is highly appreciated.

Thanks,

Chandra.

varun_vadnala3
Active Participant
0 Kudos

Show box --> calculate event.

Language box u need not fill anything

Answers (0)