Subject: How do I convert an int to a date?
From: dlehman gmail.com
Date: Thu, 15 Sep 2005 13:16:34 +0900
I have an int (which is actually a Julian Day Number value) which I
want to convert to an actual date value. How do i do this?
..to_date() does not do what I want, but there must be something like
this. I'm just not sure what to look for.