Book a Demo

Author Topic: Can not parse value in tagged value date type  (Read 3199 times)

hata

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Can not parse value in tagged value date type
« on: September 23, 2014, 07:07:25 pm »
Hi,

I am implement the add in for Sparx EA 10 and 11, when I add the tagged value with date type, after user choose the date, the value return as "dd/MM/yyyy". I convert this value to the Date with Datetime.Parse(value) , it success with version 10 but throw format exception error with version 11, do you have any solution for this problem.
« Last Edit: September 23, 2014, 07:59:42 pm by hata »

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Return difference value in tagged value date t
« Reply #1 on: September 23, 2014, 07:35:55 pm »
Unless you haven't accidentally changed your locale you should report that as bug.

q.

hata

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: Can not parse value in tagged value date type
« Reply #2 on: September 23, 2014, 08:43:00 pm »
I don't change locale or some thing, with Sparx EA 10, the tagged date type return value as "MM/dd/yyyy", but  it return value as "dd/MM/yyyy" with sparx EA 11
« Last Edit: September 23, 2014, 08:43:26 pm by hata »

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Can not parse value in tagged value date type
« Reply #3 on: September 23, 2014, 09:12:37 pm »
Then you should send a bug report. Use the link bottom right of this page.

q.