trudye10
Programmer
- Sep 8, 2006
- 67
Hi Guys, I found this function to convert julian date online but I'm having trouble getting it to work properly.
S_Date = DateSerial(1900 + (rs1!PDATE \ 1000), 1, rs1!PDATE Mod 1000)
after processing 2007184 S_Date is equal to 7/3/3907. which is bascially correct it s/b 7/3/07? What am I doing wrong?
Thanx,
Trudye
S_Date = DateSerial(1900 + (rs1!PDATE \ 1000), 1, rs1!PDATE Mod 1000)
after processing 2007184 S_Date is equal to 7/3/3907. which is bascially correct it s/b 7/3/07? What am I doing wrong?
Thanx,
Trudye