Hiba_t
17th June 2009, 16:48
Hi all,
When using a print session, with one field that is of type date. I noticed that if I insert in the range date field year 50 it interprets it as 1950 (such as 010150 -> 01-01-1950), and if I insert year 49 it interprets it as 2049 (such as 010149 -> 01-01-2049).
So it's like years in two digits has a "magic number=50", from year x=0 till 49 are considered to be year 2000+x, and years x=50 till 99 are considered to be year 1900+x.
My question is: is there a way to change this "magic number"? If there is then how?
Thanks in advance,
Hiba
When using a print session, with one field that is of type date. I noticed that if I insert in the range date field year 50 it interprets it as 1950 (such as 010150 -> 01-01-1950), and if I insert year 49 it interprets it as 2049 (such as 010149 -> 01-01-2049).
So it's like years in two digits has a "magic number=50", from year x=0 till 49 are considered to be year 2000+x, and years x=50 till 99 are considered to be year 1900+x.
My question is: is there a way to change this "magic number"? If there is then how?
Thanks in advance,
Hiba