cancel
Showing results for 
Search instead for 
Did you mean: 

SAP B1 Date Problem

Former Member
0 Kudos

Hi experts,

How can i set date format ?

My add-on is running wrong when i change the region settings.

Thanks for helps,

Regards.

Accepted Solutions (0)

Answers (2)

Answers (2)

edy_simon
Active Contributor
0 Kudos

Hi Ahmet,

When you read the value from the EditText, get it from the EditText.Value property or from the UserDataSource.ValueEx
It should always return you the date in 'yyyyMMdd' string format.

Regards
Edy

pedro_magueija
Active Contributor
0 Kudos

Hi Ahmet,

See my reply to your decimal separator question.

The same object can be used to set the date regional settings.

Pedro Magueija

LinkedIn | Twitter | Blog

Former Member
0 Kudos

Thank you Pedro.