FW: Date Controls

2000-08-17 Thread Magda Danish (Unicode)
-Original Message- From: Faheem Ahmed Khan [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 17, 2000 4:20 AM To: [EMAIL PROTECTED] Subject: Date Controls Hi, We are planning for a date control which would show up dates/time in any chracter. Now, how do we find out how many character

Re: FW: Date Controls

2000-08-17 Thread addison
Hi Faheem, Date/time formatting is more complex than you might initially expect. For example, AM/PM are not used throughout the world. Neither is the Gregorian calendar (like the one we use in the USA). Sunday is not always the first day of the week. And so on. In addition, the number of bytes t

Re: FW: Date Controls

2000-08-17 Thread 11digitboy
Let's see: Could it, for instance, show the date in the Hebrew calendar and the time in hours and halakim? -- Robert Lozyniak Accusplit pedometer manufactures can go suck eggs My page: http://walk.to/11 [EMAIL PROTECTED] - email (917) 421-3909 x1133 - voicemail/fax "Magda Danish (Unicode)

Re: FW: Date Controls

2000-08-17 Thread Markus Scherer
we have a c/c++ library and java classes that might be interesting here: icu (icu4c) provides a lot of locale information. see http://oss.software.ibm.com/developerworks/opensource/icu/localeexplorer and http://oss.software.ibm.com/icu/ the java classes, together with what is in the jdk, are simi

Re: FW: Date Controls

2000-08-17 Thread Keld Jørn Simonsen
On date and time formatting: The forthcoming ISO TR 14652 can handle data formats in various ways, including non-gregorian calendar systems like Japanese, Chinese, Hebrew and Arabic calenders. Check it out at http://www.dkuug.dk/jtc1/sc22/wg20 and see under the current draft for 14652. There is

RE: FW: Date Controls

2000-08-18 Thread Jonathan Rosenne
The Israeli locale has the Gregorian date and time is in hours, minutes and seconds. Israeli Standard SI 1748. Jony > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 17, 2000 10:32 PM > To: Unicode List > Subject: Re: FW

RE: FW: Date Controls

2000-08-18 Thread Faheem Ahmed Khan
thank you all for your help and suggestions. thanx again. -Faheem -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 17, 2000 12:12 PM To: [EMAIL PROTECTED] Cc: Unicode List Subject: Re: FW: Date Controls Hi Faheem, Date/time formatting is

Re: FW: Date Controls

2000-08-18 Thread Antoine Leca
> From: Faheem Ahmed Khan [mailto:[EMAIL PROTECTED]] > > We are planning for a date control which would show up dates/time in any > chracter. Now, how do we find out how many characters does a date in each > language take up? What do you mean by "a date (or time) in each language"? For example,

Re: FW: Date Controls

2000-08-18 Thread Mark Davis
Before people get either excited or dismayed by these two drafts, one should note that they are simply drafts: it is by no means assured that they will ever be approved, or used if approved. Mark Keld Jørn Simonsen wrote: > > On date and time formatting: > > The forthcoming ISO TR 14652 can ha

Re: FW: Date Controls

2000-08-18 Thread addison
I fear that, perhaps, we have strayed a bit in our discussion. A date or date/time control has fewer general issues than creating the display string. Generally, a drop-down list type control will have to worry about order (year-month-day, day-month-year, month-day-year) and sizing of the control