COleDateTime, ParseDateTime problems in Korea

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • A Taylor

    COleDateTime, ParseDateTime problems in Korea

    I have a bit of code that simply takes in a date from an EditCtrl and
    uses COleDateTime, ParseDateTime to get the date

    m_Ectrl.GetWind owText(str);

    if (dt.ParseDateTi me(str, VAR_DATEVALUEON LY))
    {
    //some code
    }

    The problem is a client in Korea is using my application and it is
    failing to parse the date that he enters.

    He enters the date like

    17 [korean character for December] 2003

    In english we would enter

    17 December 2003.

    Note: Clients in France, Spain etc have had no problems with this.

    Is there any issues I should be aware of when dealing with languages
    like Korean?

    I have searched on Google and MSDN and come up with nothing so far so
    I am hoping someone on here can help.

    Many thanks for your time.
  • David Lowndes

    #2
    Re: COleDateTime, ParseDateTime problems in Korea

    >The problem is a client in Korea is using my application and it is[color=blue]
    >failing to parse the date that he enters.[/color]

    I suggest that you re-post your question in the
    microsoft.publi c.win32.program mer.internation al newsgroup. You're more
    likely to get an answer there.

    Dave
    --
    MVP VC++ FAQ: http://www.mvps.org/vcfaq

    Comment

    Working...