getting the current date format of a ppc

  • Thread starter Thread starter Optimus
  • Start date Start date
O

Optimus

Hi every one,

I'm developing an application running on ppc using .netcf 2.0.
And I'd like to know about how to determine which
date format on which the system is running?
Is there any API exposed for getting the current date format of a ppc?

Can any one please help with this question?

Thanks in advance,
Optimus
 
Why do you want the format? You can P/Invoke GetDateFormat() or
GetTimeFormat() to get a date or time formatted with the current format. I
presume that there are managed code versions of these, also, although I
don't do date/time stuff in managed code. Why do you need the format and
not just a formatted version of the date or time?

Paul T.
 
Back
Top