Date in NAME_IN function
From: <jb.jpd_at_sympatico.ca>
Date: 1997/06/17
Message-ID: <866599462.13537_at_dejanews.com>#1/1
Date: 1997/06/17
Message-ID: <866599462.13537_at_dejanews.com>#1/1
Hello everyone!
[Quoted] I am trying to copy a field witch is a date using the NAME_IN
built-in function but even thought my date is formatted like this
YYYY/MM/DD the NAME_IN always return me the date
with the year truncated to the two last digit for example:
assume that:
field_1.date = 2026/01/01
doing this:
COPY(name_in('field_1.date'),'field_2.date');
give me this:
field_2.date = 1926/01/01
Need help please !
According to ??? it's not a bug.
-------------------==== Posted via Deja News ====-----------------------
http://www.dejanews.com/ Search, Read, Post to Usenet
Received on Tue Jun 17 1997 - 00:00:00 CEST
