| To: | REALbasic NUG French <realbasic-nug.fr@lists.realsoftware.com> |
|---|---|
| Subject: | Re: parsedate sous linux |
| From: | Emile Schwarz <emile.a.schwarz@wanadoo.fr> |
| Date: | Fri, 13 Jun 2008 18:41:28 +0200 |
| Authentication-results: | mx.google.com; spf=neutral (google.com: 74.124.194.228 is neither permitted nor denied by best guess record for domain of realbasic-nug.fr-bounces@lists.realsoftware.com) smtp.mail=realbasic-nug.fr-bounces@lists.realsoftware.com |
| Delivered-to: | listarchive@realsoftware.com |
| In-reply-to: | <001101c8cc89$1d6e1a80$584a4f80$@com> |
| References: | <818087A8-5C58-4B3C-AF0C-F3517F965B82@wanadoo.fr> <000301c8c99a$2b4703c0$81d50b40$@com> <001101c8cc89$1d6e1a80$584a4f80$@com> |
| Reply-to: | REALbasic NUG French <realbasic-nug.fr@lists.realsoftware.com> |
| Sender: | realbasic-nug.fr-bounces@lists.realsoftware.com |
| User-agent: | Thunderbird 2.0.0.14 (Macintosh/20080421) |
Bonsoir, Dans quel pays la date au format: “12.06.2008” est valide ?D’après le livre: “Lexique des règles typographiques en usage à l’imprimerie nationale” (ISBN 2-11-081075-0), le format de date numérique “légal” en France est: 12-06-2008 Maintenant, ce que j’en dis... Emile michel bulteau wrote: Salut à tous j'ai souci sous linux avec la fonction ParseDate: Code Dim d As Date Dim boolResult As Boolean dim Date as string Date="12/06/2008" boolResult = ParseDate(Date, d ) msgbox d.ShortDate me renvoi 06.12.2008 alors que Code Dim d as new date msgbox d.ShortDate me renvoi la date du jour au format 12.06.2008 Bizarre non ? Savez vous s'il y a moyen de faire en sorte que : 1 - parsedate me renvoi 12.06.2008 et 2 - que shortdate me renvoi, comme sur windows et sur mac (après modif du format dans International) 12/06/2008 ce qui m'arrangerait bien !!! smile.gif Michel |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | RE: parsedate sous linux, michel bulteau |
|---|---|
| Next by Date: | AppleScript et piece jointe, frael |
| Previous by Thread: | RE: parsedate sous linux, michel bulteau |
| Next by Thread: | application sous linux ubuntu, michel bulteau |
| Indexes: | [Date] [Thread] [Top] [All Lists] |