cancel
Showing results for 
Search instead for 
Did you mean: 

Date format in Bizcards

Former Member
0 Kudos

I have to display a date ( Date of Birth) in Personal Data in the overview screen.

I did something like this and it displays the date

new BizcardFieldInfo(bizcardField6, "Gbdat")

Can anyone tell me how to change the date format from yyyymdd to ddmyyyy?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

In ESS the date format comes from dictionary type of the model attribute.. Since this comes from backend..

Create a sub node of cardinality 1..1 .. create a value attribute of type date in it. Copy the value frm this model attribute to new value attribute.. do formatting as in general context .. in this node..

Hope this helps.

Regards

Bharathwaj

Former Member
0 Kudos

Hai,

I didnt get your problem,

this may help you

regards,naga

Former Member
0 Kudos

Hello Naga,

Thanks for your reply.

Have you used Bizcards in ESS, my question relates to date format in Bizcards ( ESS) not date format in general context.

Can anyone help me?