Oh! Very well! I am blind, for me, slashes and backslashes are only
words spoken by the screen reader. The worst is I listen "barra" and
"barra invertida", the portuguese correspondent words. You can imagine:
I don't see slashes and I listen differently. The chance of mistake is
very high! But
Oh! Your correction is really good and welcome. Becouse of a Leber
Congenital Amaurosis, I became blind when I was a child. As a
consequence, nowadays, for me, slashes and backslashes are only a word
spoken by the screen reader. It's really curious how brains can work
differrently.
When peopl
2012/2/1 Michael Van Canneyt :
> On Wed, 1 Feb 2012, Luciano de Souza wrote:
>> Hello listers,
>>
>> A strange error came up when formating a date. See this code:
>> writeln(formatdatetime('dd/mm/', now));
>> The answer should be: 31/01/2012
>> The answer was: 31-01-2012
>> I did one test
On Wed, 1 Feb 2012, Luciano de Souza wrote:
Hello listers,
A strange error came up when formating a date. See this code:
writeln(formatdatetime('dd/mm/', now));
The answer should be: 31/01/2012
The answer was: 31-01-2012
I did one test else:
writeln(formatdatetime('dd$mm$', now))
On 1/31/2012 22:23, Luciano de Souza wrote:
Hello listers,
A strange error came up when formating a date. See this code:
writeln(formatdatetime('dd/mm/', now));
The answer should be: 31/01/2012
The answer was: 31-01-2012
I did one test else:
writeln(formatdatetime('dd$mm$', now));
The an
Hello listers,
A strange error came up when formating a date. See this code:
writeln(formatdatetime('dd/mm/', now));
The answer should be: 31/01/2012
The answer was: 31-01-2012
I did one test else:
writeln(formatdatetime('dd$mm$', now));
The answer was: 31$01$2012
Yes, the problem se