getting the current date format of a ppc

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
 
P

Paul G. Tobey [eMVP]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top